/*
Theme Name: MS
Author: Manuel Sterner
Author URI: http://manuelsterner.de

Version: 1.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, threaded-comments, photoblogging
Text Domain: ms
*/

@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic);

@font-face {
  font-family: "Flaticon";
  src: url("/wp-content/themes/MS/font/Flaticon.eot");
  src: url("/wp-content/themes/MS/font/Flaticon.eot#iefix") format("embedded-opentype"),
       url("/wp-content/themes/MS/font/Flaticon.woff") format("woff"),
       url("/wp-content/themes/MS/font/Flaticon.ttf") format("truetype"),
       url("/wp-content/themes/MS/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background-position: top left !important;
    background-repeat: repeat;
    width: auto;
    font-family: 'Open Sans', sans-serif;
	background-image: url(/wp-content/themes/MS/img/webseiten.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
	background-size: cover;
	}
	
body.b_page{
  background-image: url(/wp-content/themes/MS/img/3D-Modellierung.jpg);
}
@media only screen and (max-width: 900px) {
	body.b_page{
	background-position: top center !important;
	}
}
p{
	font-size: 16px;
	}
a{
	text-decoration:none;
    color: rgba(67,67,68,1);
    
}
a:hover{
    text-decoration: none;
    color: #212e56;
    cursor: pointer;
	transition: all 800ms;
	-webkit-transition: 800ms;
    -moz-transition: all 800ms;
}



hr{
  margin-left: 15px;
	max-width: 1035px;
  }
span{
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}
img{
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------*/

/*NAVBAR TOP
------------------------------------------------------------------------------------------
*/

.navbar ul{
	margin: 0 auto;
	}

nav, .navbar-inverse{
	/*background-color: #434344;*/
    /*background-color:#1c377c;*/
    background-color:#212e56;
    border: none;
    height: 60px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
	}
.nav-justified > .dropdown .dropdown-menu {
    
    width: 100%;
    margin-top: 1px;
    padding-bottom: 0;
    text-align: center;
    border-radius: 0;
	background-color: #2E2E2E;

}
@media only screen and (max-width: 760px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
        background-color:#212e56;
        z-index: 10;
        margin-top: .7em;
        border-top: none;
        overflow-y: visible;
    }
    .nav-justified > .dropdown .dropdown-menu {
    
    width: 50%;
    margin-top: -6px;
    padding-bottom: 0;
    text-align: center;
}
}

#myNav li{
	font-family: 'Open Sans', sans-serif;
	}

#myNav li a{
    padding-top: 1.2em;
    color:white;
    height: 4em;
    border-left: .5px solid rgba(160,160,165, .1);
    border-bottom: none;
    border-top: none;
    font-size: 15px;
}

	



#myNav li.social p{
	float: right;
	visibility: hidden;
	
    padding-right: 4em;
	}
#myNav li.social a:hover p{
	visibility: visible;
	}
@media only screen and (max-width: 760px) {
   
    
    #myNav li.social p{
        float: right;
            width: 100%;
        left: auto;
        right: auto;
        float: left;
          
	}
    #myNav li.social a:hover p{
	visibility: hidden;
	}
    


}

#myNav li a:hover{
	color: #2E2E2E;
    background-color: #ffffff;
    transition: all 800ms;
	-webkit-transition: all 800ms;
    -moz-transition: all 800ms;
	}
#myNav li.social p{
    padding-top: .2em;
}
#myNav li.social a:hover{
	background: transparent;
	color: #3b5998;
    
	}

#myNav li a:hover::before{
	content:url(/wp-content/themes/MS/img/arrow-left.svg);
	width: 10px;
	height: 10px;
	display:inline-block;
	padding-right: 5px;
}

#myNav li.social a:hover::before{
	content: none;
}

.navbar-brand{
    background-color: #ffffff;
    transition: all 800ms;
	-webkit-transition: all 800ms;
    -moz-transition: all 800ms;
}	
.navbar-inverse .navbar-brand:hover{
    color: #2E2E2E;
}
.navbar-brand > img{
    margin-top: -15px;
    width: 50px;
    padding-top: .1em;
    transition: all 800ms;
	-webkit-transition: all 800ms;
    -moz-transition: all 800ms;
}

.navbar-collapse{
    padding-left: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: all 800ms;
	-webkit-transition: 800ms;
    -moz-transition: all 800ms;
    cursor: pointer;
}

.dropdown-content{
    background-color: #2E2E2E;
    
}
.dropdown-content a:hover{
    
}

.f-nav{ 
    z-index: 9999; 
    position: fixed; 
    left: 0; 
    top: 0; 
    width: 100%;
    transition: all 1s;
	-webkit-transition: 1s;
    -moz-transition: all 1s;
    height: 20px;
}

.f-nav #myNav li a{
    font-size: 14px;
    padding-top: 1.2em;
    height: 3.8em;
    margin-top: -10px;
    transition: all 800ms;
	-webkit-transition: all ease-in-out 800ms;
    -moz-transition: all 800ms;
}

.f-nav #myNav li a:hover{
    
}




.smooth{
    transition: all 800ms;
	-webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    
}


/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------*/

/*FOOTER
------------------------------------------------------------------------------------------
*/

footer{
    height: auto;
}
footer nav{
    height: auto;
}
footer, footer li a, footer h3, footer h4{
    background: rgba(33, 46, 86,1);
    color: #ffffff;
	text-align: left;
}
.footer-menu li a{
	padding-left: 0;
}

.footer-menu li a:hover{
	padding-left: 1em;
	
}
.footer-menu li a:hover::before{
	content:url(/wp-content/themes/MS/img/arrow-left.svg);
	width: 10px;
	height: 10px;
	display:inline-block;
	padding-right: 5px;
	
	
}
footer .blue-row{
    padding-bottom: 3em;
    padding-top: 3em;
}
footer .blue-row h3:after{
	content: ' ';
    display: block;
    height: 3px;
    width: 40px;
    margin: .5em 0 1em 0;
    
    background: #ffffff;
    
}



footer .blue-row{
    margin-bottom: 2em;
}

.footer-row{
    background: #ffffff;
    color: rgba(33, 46, 86,1);
    padding-bottom: 1em;
    padding-top: 2em;
}


footer ul{
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}

footer ul li{
    padding-top: 1em;
}

.footer-contact a{
    color: #ffffff;
}

.footer-contact{
    font-weight: 200;
    font-size: 16px;
}

.footer-contact li:first-child{
    font-weight: 400;
}

.footer-contact .fa-external-link{
    display: none;
}

.footer-contact a:hover{
    color: rgba(33, 46, 86,1);
    background: #ffffff;
    padding: .5em .8em .5em .8em;
    
}

.footer-contact ul li a:hover:before{
    content:url(/wp-content/themes/MS/img/arrow-left.svg);
	width: 15px;
	height: 10px;
	display:inline-block;
	padding-right: 10px;
}

footer ul li i{
    padding-right: 1em;
    display: block;
}


/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------*/

/*HEADER
------------------------------------------------------------------------------------------
*/
#header{
	
    padding-top: 20px;
    padding-bottom: 20px;
	color:#FFFFFF;
	background-color: rgba(255,255,255,.9);
    
	}
#header h1{
	font-size:40px;
	}

#header img{
    height: 100px;
    
}
#header_text{
	border-bottom:#FFFFFF 2px solid;
	border-top:#FFFFFF 2px solid;
	padding: 1.3em 0 1em 0;
	
	}
#header_text p{
	font-weight:200;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------*/

.more-details ul li{
    text-align: left;
    
    list-style-type: ' +   ';
}
.werbung{
	height:150px;
	}
/*#webseiten{
	background-image:url(/wp-content/themes/MS/img/platzhalter.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	}
#flyer{
	background-image:url(/wp-content/themes/MS/..img/platzhalter.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	}
#visitenkarten{
	background-image:url(/wp-content/themes/MS/..img/platzhalter.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	}
#werbemittel{
	background-image:url(/wp-content/themes/MS/..img/platzhalter.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	}
a:hover #webseiten{
	background-image: url(/wp-content/themes/MS/..img/platzhalter_hover.png);
	color: #FFFFFF;
	transition: all .7s;
	-webkit-transition: .7s;
	}
#webseiten h3{
	display: none;
	color:#FFFFFF;
	padding: 1.5em 3em;
	}
*/
a:hover #webseiten h3{
	display:block;
	}
	
a:hover #flyer{
	background-image: url(/wp-content/themes/MS/img/platzhalter_hover.png);
	color: #FFFFFF;
	transition: all .7s;
	}
#flyer h3{
	display: none;
	color:#FFFFFF;
	padding: 1.5em 4em;
	}
a:hover #flyer h3{
	display:block;
	}


a:hover #visitenkarten{
	background-image: url(/wp-content/themes/MS/img/platzhalter_hover.png);
	color: #FFFFFF;
	transition: all .7s;
	}
#visitenkarten h3{
	display: none;
	color:#FFFFFF;
	padding: 1.5em 2em;
	}
a:hover #visitenkarten h3{
	display:block;
	}
	
a:hover #werbemittel{
	background-image: url(/wp-content/themes/MS/img/platzhalter_hover.png);
	color: #FFFFFF;
	transition: all .7s;
	}
#werbemittel h3{
	display: none;
	color:#FFFFFF;
	padding: 1.5em 2.5em;
	}
a:hover #werbemittel h3{
	display:block;
	}

#section2{
	border-bottom:#1a5a7d 1.5px solid;
	border-top:#239ac1 1.5px solid;
	padding: 1.3em 0 1em 0;
	margin-top:20px;
	
	}
	
#myButton{
	font-size:16px;
	
    background-color: rgba(34, 57, 119,1);
	
	}
	
#myButton:hover{
	font-weight:600;
	transition: all in-out 800,s;
	-webkit-transition: 800ms;
    -moz-transition: 800ms;
	padding: 2.5em;
    cursor: pointer;
    background-color:#1a5a7d;
		}
		
	
.media-left{
	float:left;
	}
	
#referenzen li{
	list-style: none;
	margin-left:1em;
	}


.blue-row, #website_row{
	background-color:rgba(33, 46, 86,.9);
    
	color: #ffffff;
	padding: 4em 0 4em 0;
	}

.white-row{
    padding: 4em 0 4em 0;
    background-color: rgba(255,255,255,1);
}

.blue-row-head{
    /*background-color: #434344;*/
    background-color:rgba(67, 67, 68,1);
    color: white;
}

.white-row-head{
    border-bottom: 2px solid rgba(24, 43, 88, 0.6);
}


.page-header{
    
    margin: 0em 0 4em;
    
}

.info{
    padding: 6em 0 6em 0;
     background-color: #ffffff;
}

.btn-primary{
	color: rgba(33, 46, 86,1);
	background-color: #ffffff;
	border-color: #2e6da4;
	border: 1px solid;
	}
	
.btn-primary:hover{
	color: #ffffff;
	background-color:rgba(33, 46, 86,1);
	padding-left: 10em;
	padding-right: 10.5em;
	transition: all 800ms;
	border-color: #ffffff;
	border: 2px solid;
	box-shadow: none;
}
.btn-medium{
    margin: 1em;
    background-color:rgba(33, 46, 86,.5);
    color: #ffffff;
    margin-top: 2em;

}

.btn-medium:hover{
    font-weight:400;
    font-size: 14px;
    padding: 1em 4em 1em 4em;
    transition: all in-out 800ms;
	-webkit-transition: 800ms;
    -moz-transition: 800ms;
    background-color: #ffffff;
    color: rgba(67,67,68,1);
    border: 2px white solid;
}

.btn-medium:hover::before{
	
	width: 10px;
	height: 10px;
	color: white;
	display:inline-block;
	padding-right: 5px;
}


.info-container{
    padding: 2em 4em 2em 4em;
    text-align: center;
}

.info-container h3:after{
    content: ' ';
    display: block;
    height: 2px;
    width: 100px;
    margin: .5em 0 1em 0;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
}

#grafikdesign .info-container h3:after{
	margin-left: 0;
	width:0;
	}
.info-container:hover{
    background: #ffffff;
    color: rgba(67,67,68,1);
    cursor: pointer;
}
.info-container:hover > h3:after{
    background: #212e56;
}

.info-container:hover a{
    background: #ffffff;
    color: #212e56;
}

.info-container:hover a:hover{
    background: #212e56;
    color: #ffffff;
}

.info-container p{
    padding-bottom: 1em;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------*/

/*HEADER
------------------------------------------------------------------------------------------
*/
.reference-row{
padding-bottom: 6em;
}

.reference{
    background-image: url(/wp-content/themes/MS/img/platzhalter.jpg);
    height: 200px;
	background-size:380px;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 525px) {
	.reference{
    height: 200px;
}
}

#reference-ergo{
	background-image: url(/wp-content/themes/MS/img/webseiten.jpg);
}

#reference-website-juliet{
	background-image: url(/wp-content/themes/MS/img/webseite_juliet_design.jpg);
}

#reference-website-grabler{
	background-image: url(/wp-content/themes/MS/img/webseite_schreinermeister-grabler.jpg);
}
#reference-fw {
    background-image: url(/wp-content/themes/MS/img/webseite_fw-kirchheim.jpg);
}
#reference-propack {
    background-image: url(/wp-content/themes/MS/img/webseite_propack.jpg);
}
#reference-propack-ch {
    background-image: url(/wp-content/themes/MS/img/webseiten_propack_schweiz.jpg);
}
#reference-exprotect {
    background-image: url(/wp-content/themes/MS/img/webseite_exprotect.jpg);
}
#reference-flyer-juliet{
	background-image: url(/wp-content/themes/MS/img/flyer_juliet_design.jpg);
}

#reference-visitenkarten-juliet{
	background-image: url(/wp-content/themes/MS/img/visitenkarten_juliet_design.jpg);
}

#reference-banner-juliet{
	background-image: url(/wp-content/themes/MS/img/werbebanner_juliet.jpg);
}

.reference:hover, #reference-website:hover{
    transition: all 800ms;
	-webkit-transition: 800ms;
    -moz-transition: all 800ms;
    
	padding: 1em;
}

.reference:hover .img_hover{
	visibility: visible;
	 
	}
	
.reference:hover > div.invisible{
    visibility: visible;
	margin-bottom:0;
	height: 200px;
	transition: height 800ms;
}
@media only screen and (max-width: 525px) {
	reference:hover > div.invisible{
		height: 190px;
	}
}

.hover-text{
    color: #ffffff;
    padding-left: 3em;
	padding-top: 1em;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
	background: rgba(33, 46, 86,.9);
	left: 0;
	right: 0;
	height: 0px;  
	max-width: 380px;  
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------*/


.row-content{
    padding-top: 2em;
    padding-bottom: 1em;
 
}

.divider{
    background-color: rgba(33, 46, 86,1); 
    height: 2px;
    margin: 1em 8em 1em 8em;
}


.flex-slider{
    display: block;
    background-color: rgba(67,67,68,.2);
    float: left;
    width: 100%;
    right: 0;
    left: 0;
    position: relative;
    z-index: -10;
   
}

#slider{
	height: auto;
}


.flex-slider h1{
    text-shadow: 0px 2px black;
    padding-bottom: 1em;
    
}

.flex-slider-text span{
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.flex-slider-text{
    background-color: rgba(33, 46, 86,.9);
    border-top: 2px solid rgba(67,67,68,1);
    height: auto;
    margin-top: 350px;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
    color: #ffffff;
}



@media only screen and (max-width: 525px) {
	.flex-slider-text{
    margin-top: 100px;
    padding-top: 20px;
	}
	.flex-slider-text h1{
	font-size: 24px;}
	.flex-slider-text span{
	font-size: 16px;}
    
}

@media only screen and (max-width: 340px) {
	.flex-slider-text{
    padding-bottom: 1.5em;
    margin-top: 150px;
    padding-top: .5em;
	}
	.flex-slider-text h1{
	font-size: 22px;}
	.flex-slider-text span{
	font-size: 14px;}
	
    
}
@media only screen and (max-width: 375px) {
#header img{
	width: 95%;
	}
}
	
	

@media only screen and (min-width: 525px) and (max-width: 970px) {
	.flex-slider-text{
    padding-bottom: 40px;
    margin-top: 150px;
    padding-top: 30px;
	}
	.flex-slider-text h1{
	font-size: 28px;
	}
	.flex-slider-text span{
	font-size: 18px;
	}
    
}


.white-row-first h2:after{
    content: ' ';
    display: block;
    height: 4px;
    width: 60px;
    margin: 1em 0 2em 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(33, 46, 86,1);
    
}

.white-row h2:after{
    content: ' ';
    display: block;
    height: 4px;
    width: 60px;
    margin: 1em 0 2em 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(33, 46, 86,1);
    
}

.blue-row h2:after{
    content: ' ';
    display: block;
    height: 4px;
    width: 60px;
    margin: 1em 0 2em 0;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    
}


.scrollicon{
    text-align: center;
    text-decoration:none;
    width:50px;
    height:50px;
    opacity:0.6;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    color: #ffffff;
    z-index: 10;
    background: #000000;
    padding-top: 10px;
    border-radius: 10px;
    transition: all 500ms;
	-webkit-transition: 500ms;
    -moz-transition: all 500ms;
    cursor: pointer;
}

.contact i{
    float: left;
    padding-right: 30px;
}

.contact{
    padding: 4em 0 4em 0;
}

#grafikdesign{
    padding: 2em 0 8em 0;
	text-align: left;
    
}

#grafikdesign div:nth-child(2){
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#grafikdesign div:nth-child(2){
	text-align: center;
}
}

#grafikdesign img, #ueber-mich img{
	width: 100%;
    padding-bottom: 1em;
	}
@media only screen and (max-width: 768px) {
    width: 50%;
}

.mail:hover{
    background: #212e56;
    color: #ffffff;
    padding: 1em 2em 1em 2em;
     transition: all 500ms;
	-webkit-transition: 500ms;
    -moz-transition: all 500ms;
}

#social-media{
	position: fixed;
	left: 0px;
	top: 250px;
	background: rgba(67,67,68,.8);
	padding: .5em;
	border-radius: 5px;
}

#social-media i{
	font-size: 2em;
	display: block;
	color: #ffffff;
	padding: .2em;
}

.leistungen > a div:hover img{
	
	opacity: .5;
	}

.feedback{
	margin-top: 2em;
	padding-top:1em;
	}
.feedback h2{
	padding-bottom: 2em;
}



.form-control:focus, .form-control:hover{
    
    border: 2px solid rgba(33, 46, 86,1);
    box-shadow: inset 0 1px 1px rgba(33, 46, 86,.075), 0 0 4px rgba(33, 46, 86, .6);
    transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
}

#impressum h2:after{
    content: ' ';
    display: block;
    height: 4px;
    width: 60px;
    margin: 1em 0 2em 0;
    margin-left: 0;
    background: rgba(33, 46, 86,1);
   
}
.row{
	margin-left: 0;
	margin-right:0;
	}


.white-row #impressum h3:after{
    background: rgba(33, 46, 86,1);
}

.more-details, #read-more{
    padding-bottom: 0;
}

.hidden{
    visibility: hidden;
    transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    
}

.shown{
    visibility: visible;
   height: auto;
    transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
}

.col-lg-3.col-sm-12.info-container:hover{
  	
  	opacity: .5;
}


div#TB_window{
	height: auto;
	padding-bottom: 1em;
}
#TB_closeWindowButton{
	right: 50px;
}

.tb-close-icon{
	right: 30px;
	}
#TB_closeWindow{
	padding:5px !important;
}
.screen-reader-text{
	display:none;
}

.projekt-content .col-md-4.col-xs-12{
	padding:2em;
	}
.projekte:nth-child(2n+1){
	background-color:#ffffff;
	color:rgba(33, 46, 86,1);
	}
.projekte:nth-child(2n+1) h2:after{
	content: ' ';
    display: block;
    height: 4px;
    width: 60px;
    margin: 1em 0 2em 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(33, 46, 86,1);
    
}
#footer-row{
	background-color:rgba(33, 46, 86,.9);
    
	color: #ffffff;
	padding: 4em 0 4em 0;
	}
#menu-footer-menue li{
	width: 200px;
	}
	
.wpcf7-form-control.wpcf7-submit{
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: rgba(33, 46, 86,1);
	background-color: #ffffff;
	border-color: #2e6da4;
	border: 1px solid;
	}
.wpcf7-form-control.wpcf7-submit:hover{
	color: #ffffff;
	background-color: rgba(33, 46, 86,1);
	padding-left: 10em;
	padding-right: 10em;
	transition: all 800ms;
	border-color: #ffffff;
	border: 2px solid;
	box-shadow: none;
}
	
input:disabled.wpcf7-form-control.wpcf7-submit, input:disabled.wpcf7-form-control.wpcf7-submit:hover {
    padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: rgba(33, 46, 86,1);
	background-color: #ffffff;
	border-color: #2e6da4;
	border: 1px solid;
    opacity: .6;
}