/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf');
	font-weight: bolder;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.ttf');
	font-weight: bold;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.ttf');
	font-weight: lighter;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf');
	font-weight: normal;
}

body {
    overflow-x: hidden;
}

p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:light;
}

.footer_2 {
   
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
	color: #555555;
}

p.small {
    font-size: 12px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	/*color: rgb(85,85,85); */
	/* [disabled]color: rgb(205,205,205); */
}

h1 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size:32px;
    text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 2px;
	line-height: 150%;
}

h2 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size:32px;
	text-transform: uppercase;
	font-weight:lighter;
	letter-spacing: 2px;
	line-height: 130%;
}



h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size:24px;
	line-height: 145%;
	letter-spacing: 1px;
	
}
	
	
h4  {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:lighter;
	}
	
h5 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	
	}
	
h6 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color: #FF991A;
	}
	
h7 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	}
	
h8  {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FF991A;
	text-transform:uppercase;
	text-decoration:underline;
	}
h9  {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style:italic;
	
	}
	
.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: rgb(85,85,85);
	background:rgb(230,230,230);
}

header .container {
    /*padding-top: 100px;
    padding-bottom: 50px;*/
}

header .container-2 {
    width:100%;
	background:transparent;
}

header img {
	position:relative;
	display: block;
    margin: 0 auto;
	z-index:1002;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: normal;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: normal;
}

@media(min-width:768px) {
    header .container-2 {
        padding-top: 162.13px;
        padding-bottom: 0;
		
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        /*padding-top: 25px;
		padding-bottom:20px;*/
        /*-webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;*/
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        /*-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;*/
    }

    .navbar-fixed-top.navbar-shrink {
        /*padding-top: 10px;
		padding-bottom:5px;*/
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.img-logo {
    display: block;
    padding-bottom: 25px;
    padding-top: 26px;
    max-width: 90%;
    height: auto;
}

.navbar {
    font-family: "Roboto", Helvetica,Arial,sans-serif;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding-top:78px;
	padding-bottom:60px;
	background-color:rgb(185,185,185);
	color:#FFF;
}

section h2 {
    margin: 0;
    /*font-size: 3em;*/
}

section h3 {
  	font-weight:lighter;
}

section.success {
	text-align:center;
    color: #fff;
    background: rgb(85,85,85);
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

/*section.banner {
	padding-top:-20px;
	text-align:center;
    color: #fff;
    background: rgb(230,230,230);
}

section.banner a,
section.banner a:hover,
section.banner a:focus,
section.banner a:active,
section.banner a.active {
    outline: 0;
    color: #2c3e50;
}*/

@media(max-width:767px) {	
    p {
    	font-size: 100%;
    }
    	
    	
    h1 {
    	font-size: 100%;
    }
    
    h2 {
    	font-size: 100%;
    }
    
    
    
    h3 {
    	font-size: 100%;
    }
    
    h4 {
    	font-size: 100%;
    }
    		
    .img-logo {
    	display: block;
    	padding-bottom:20px;
    	padding-top:20px;
    	max-width: 200px;
    	height: auto;
    }	
    
	h5 {
		font-size: 100%;
	}
	
	h6 {
		font-size: 100%;	
	}
	
	h7 {
		font-size: 100%;
	}
	
	h8  {
		font-size: 100%;
	}
	h9  {
	font-size: 100%;
	}
    
	header .container-2 {
        padding-top: 132px;
        padding-bottom: 0;
    }
    
    section {
        padding: 40px 0;
    }
    
    section.first {
        padding-top: 40px;
    }	
	.footer_2 {
   
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: lighter;
	color: #555555;
}
}

@media(max-width:1000px) {
	
	.portfolio-item p {
    	font-size: 80%;
    }

    .portfolio-item h3 {
    	font-size:80%;
    }

    .portfolio-item h4 {
    	font-size:80%;
    }
	.portfolio-item h8 {
		font-size:80%;
    }
	
	.footer_2 {
   
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 90%;
    font-weight: lighter;
	color: #555555;
}
	
}


#portfolio .portfolio-item {
	min-height:185px;
	padding-bottom:18px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgb(205,205,205);
	border-radius:10px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.40);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.40);
}


#portfolio h3 {
	text-transform:uppercase;
	font-weight:bold;
}

#portfolio h4 {
	font-weight:lighter;
}


#portfolio .portfolio-icon {
	color: rgb(85,85,85);
	min-width: 30%;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	/* [disabled]z-index:3; */
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

!#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
	
    #portfolio .portfolio-item {
        margin: 0 0 0;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
	text-transform:uppercase;
}

footer .footer-above {
    padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FF991A;
	text-align:left;
}

footer .footer-col {
	padding-left: 10px;
	padding-top: 20px;

}

footer .footer-below{
    padding-top:15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
    background-color: rgb(85,85,85);
}


.footer-below .footer-left{
    text-align:left;
}



.footer-below .footer-right{
    text-align:right;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    color:#000;
	padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: rgb(85,85,85);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: rgb(85,85,85);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.layout_b td {
	
	padding-left: 2%;
	vertical-align: top;
	
}

.impressum {
	padding-top:5%;
	padding-bottom:2%;
	
}

.telefon td{
	padding:0;
}

.button {
	align:right;
}

.head_adress {
    float: right;
    padding-top: 17px;
    padding-bottom: 20px;
}
#page-logo {
    float: left;
    width: 50%;
}
a.btn-primary {
    padding-left: 14px;
    padding-top: 8px;
}
@media(max-width:767px) {
	p {
	font-size: 100%;
    }
    
	h1 {
	font-size:100%;
    }
    
    h2 {
    	font-size:100%;
    }
    
    h3 {
    	font-size:100%;
    }
    
    h4 {
    	font-size:100%;
    }
    
    h5 {
    	font-size:100%;
    }
    
    h6 {
    	font-size:100%;
    }
    h7 {
    	font-size:100%;
    }
    
    h8 {
    	font-size:100%;
    }
      .footer-below .footer-left{
        text-align:center;
    }
    
    .footer-below .footer-right{
        text-align:center;
    }
    
    .nav {
    	
    }
    
    .nav {
    	margin-left:inherit;
    	padding-left: 7px;
    	margin-right: -15px;
    	font-family: "Roboto", Helvetica,Arial,sans-serif;
    	text-align: left;
    }
}
@media(max-width:470px) {
    .head_adress {
        float: left;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 5px;
    }
    .head_adress p {
        margin-top: 10px;
        font-size: 80%;
    }
    .img-logo {
        padding-bottom: 5px;
        padding-top: 20px;
        width: 75%;
        height: 75%;
    }
    header .container-2 {
        padding-top: 200px;
        padding-bottom: 0;
    }
}

@media(max-width:780px) {
    
    header .container-2 {
        padding-top: 160px;
        padding-bottom: 0;
    }
}

@media(max-width:374px) {
    
    header .container-2 {
        padding-top: 130px;
        padding-bottom: 0;
    }
}
@media(max-width:767px) {
    
    header .container-2 {
        padding-top: 140px;
        padding-bottom: 0;
    }
}

@media(max-width:350px) {
    
    header .container-2 {
        padding-top: 170px;
        padding-bottom: 0;
    }
}
