/*
        Autor:    OH
        Erstellt: 03.12.2009
        Geändert: KS 01/2012
*/


/* Ausrichtung und Formatierung des Content Containers und der darin liegenden Textinhalte*/

#content
{
    width: 100%;
    color:#06131d;
    background-color: #ffffff;
    text-align: center; 
}

#content:hover
{
    cursor: context-menu;
}

.content_element
{
    padding: 80px 0 0 0;
}

.content_element .content_element_inner 
{
    margin: 0 auto;
    max-width: 1600px;
}

#content .content_element.element_3,
#content .content_element.element_9
{
    background-color: #edecec;   
}

/*-------Content------------------------------------------------------------*/

.titel
{
    font-size: 4em;
    font-weight: bold;
    padding: 40px 0 20px 0;
    color: #2f383f;
    text-transform: uppercase;
}

h4
{
    color: #8e9399;
    font-size: 1.4em; 
    max-width:75%;
    line-height:1.8em;
    margin:0 auto;
    font-weight:lighter;
}

.line
{
    width: 20%;
    margin: 20px auto;   
}

.blau
{
    display: inline-block;
    vertical-align: top;
    min-height: 4px;
background: #236eaf; /* Old browsers */
background: -moz-linear-gradient(left, #236eaf 74%, #fe7201 76%, #fe7201 90%, #236eaf 92%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #236eaf 74%,#fe7201 76%,#fe7201 90%,#236eaf 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #236eaf 74%,#fe7201 76%,#fe7201 90%,#236eaf 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   width: 100%;  
}

.gelb
{
    display: inline-block;
    vertical-align: top;
    min-height: 4px;
    background-color: #fe7201;
    display:none;
}

/*------Teaser-----------------------------------------------------*/

/*------Leistungen---------------------------------------------------------*/

/*------Portfolio-------------------------------------------------------------*/

.portfolio_eintraege
{
    width:100%;
    max-width:1000px;
    min-height: 550px;
    margin:0 auto;	
}

.portfolio_eintraege .kachel
{
    width: 20%;
    margin: 1% ;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    border:2px solid #CBCBCB;
    padding:15px;
    height:150px;
    border-radius:5px;
    background-size: cover;
    background-position: center;
    color:#363636;
}

.portfolio_eintraege .kachel_label
{
    max-width: 100%;
    padding: 0 5% 0 5%;
    display: none;
}

.portfolio_eintraege a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    width: 100%;	
}

/*.portfolio_eintraege .kachel.pointed
{
	background:#ffffff;
	background-size: 0;
}*/

.portfolio_eintraege .kachel:hover
{
   cursor:pointer;
   /*background-image:none;*/
   background-color:#ffffff;
   background-size: 0;
}

.portfolio_eintraege .kachel:hover a
{
   color:#363636;
}

.portfolio_eintraege .kachel .beschreibung
{
  display:none;
}

.portfolio_eintraege .kachel:hover .beschreibung
{
   font-weight:lighter;
   display:block;
}

/*-------Rezensionen---------------------------------------------------------*/

.rezension
{
    display: inline-block;
    width: 40%;
    margin: 50px 5%;
    vertical-align: top;
    text-align: left;  
}

.rezension .bewertungstext
{	
    width:80%;
    display: inline-block;
    vertical-align: top;	
}

.rezension .meinung
{	
    display: inline-block;
    vertical-align: top;
    margin:0px 0 0 30px;
    padding-top:20px;
    border-top:1px solid #efefef;
    line-height:1.7em;
}

.rezension .greyDot
{
    height: 80px;
    border-radius: 50%;
    background-color: #cccccc;
    border: 3px solid #cccccc;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    overflow: hidden;
    width: 80px;  
}

.rezension .greyDot img
{
    width: 80px;
    /*text-align: center;*/
}

.rezension:hover
{
    cursor: context-menu;
}

.rezension .kunde
{
    /*font-size: large;*/
    font-weight: bold;
    margin: 0 0 0 30px;
    text-transform: uppercase;
    color:#373737;
    display: inline-block;
}

.rezension .meinung
{
    color: #8E9399;
    line-height:1.5em;
}

/*------Argumente------------------------------------------------------*/

.argumente
{
    width: 90%;
    margin: 0 auto;
}

.small
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 60px 2%;
    box-sizing: border-box;
}

.small img
{
    width: 100%;
}

.small .small_name
{
    text-align: left;
    font-size: large;
    font-weight: bold;
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
}

.small .small_inhalt
{
    width: 100%;
    color: #8E9399;
    text-align: left;
    line-height:1.5em;
    margin-top:10px;	
}

.small:hover
{
    cursor: context-menu;
}

.large
{
    width: 50%;
    margin: 0 5% 0 1%;
    display: inline-block;
    vertical-align: top;
}

.large_to_small
{
    display: none;
}

.large .large_name
{
    text-align: left;
    font-size: large;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

.large .large_inhalt
{
    width: 100%;
    color: #8E9399;
    text-align: left;
    line-height:1.5em;
    margin-top:10px;
}

.monitor
{
    display: inline-block;
    vertical-align: top;
    width: 43%;
    vertical-align: top;
    background-image: url('/files/images/layout/monitor.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.monitor img
{
    margin: 5% auto 25% auto;
    width: 90%;
    box-sizing: border-box;
    border: 3px solid #236eaf;
}

.large_block:hover
{
    cursor: context-menu;
}

.large_block:hover .monitor img
{
    /*border: 3px solid #f8f8f8;*/
    
}

/*--------Blog---------------------------------------------------------------------------*/

.blog
{
    width: 90%;
    margin: 0 auto;
}

.news
{
    width: 23%;
    margin: 40px 1%;
    text-align: center;
    display: inline-block;
    padding:1%;
    box-sizing: border-box;
}

.news:nth-of-type(odd)
{
    background-color:#efefef;
}

.news:hover
{
    cursor: context-menu;
}

.news.sichtbar
{
    display: inline-block;
    vertical-align: top;
}

.news.unsichtbar
{
    display: none;
}

.news img
{
    width: 100%;
    height: 250px;
    box-sizing: border-box;    
}

.news .news_titel
{
    text-align: left;
    font-size: large;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    line-height:1.5em;
}

.news .kurzbeschreibung
{
    color: #8e9399;
    text-align: left;
    margin-bottom: 30px;
    min-height:50px;
}

.news .blog_button
{
   text-decoration: none;
   color: #8e9399;
   background: #d6d6d6;
   padding: 5px; 
   text-transform: uppercase;
   display: inline-block;
   vertical-align: bottom;
   transition: background-color 0.5s, color 0.5s;  
}

.news .blog_button:hover
{
    cursor: pointer;
    color:#ffffff;
    background-color:#296AAA;
    
}

.show_all
{
    font-size: large;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    padding: 20px 0;
    max-width: 20%;
    min-width: 200px;
    margin: 20px auto;
    background-color: #8E9399;
    text-transform: uppercase;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
    border:2px solid #ffffff;
   
}

.show_all:hover
{
    cursor: pointer;
    color:#ffffff;
    border:2px solid #ffffff;
    background-color:#296AAA;
}

/*-----------Team-------------------------------------------------------------------*/

.mitarbeiter_scroll
{
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
}

.slide_element
{
    text-align: center;
}

.mitarbeiter
{
    width: 23%;
    text-align: left;
    display: inline-block;   
    box-sizing: border-box;
    vertical-align: top;
    margin: 100px 1% 50px 1%;
    line-height: 1.5em;
}

.mitarbeiter img
{
    width: 100%;
    box-sizing: border-box;    
}


.mitarbeiter .name
{
    text-align: left;
    font-size: large;
    font-weight: bold;
    margin-top: 30px;
}

.mitarbeiter .stelle
{
    color: #8E9399;
    text-align: left;
}

.mitarbeiter .mitarbeiter_info
{
    color: #8E9399;
    margin: 10px 0;
}

.mitarbeiter a
{
    text-decoration: none;
    color: #8E9399;
    padding: 5px;
     background: #d6d6d6;
    transition:background-color 0.5s, color 0.5s;	
}

.mitarbeiter a:hover
{
    background-color:#8E9399;
    color:#ffffff;
	transition:none;	
}

.mitarbeiter_info a{
    background-color: #ffffff;
}
.mitarbeiter_info a:hover{
    background-color: #ffffff;
    color: #8E9399;
}

/*----------Kontakt---------------------------------------------------------*/

.kontakt
{
    width: 100%;
    background-color: #236eaf;
    text-align: center;
    color: #ffffff;
    padding: 40px 0 0 0;
    
}

.kontakt .kontakt_head .titel,
.kontakt .kontakt_head .untertitel h4
{
    color: #ffffff;
}

.kontakt .kontakt_head .line .blau
{
    background: #fe7201;

}

/*------anschrift---------------*/

.kontakt .anschrift
{
    width: 40%;
    margin: 0 0 0 10%;
    display: inline-block;
    vertical-align: top;
    line-height: 2em;
}

.kontakt .anschrift i
{
    width: 10%;
    display: inline-block;
    text-align: right;
    font-size: x-large;
}

.kontakt .anschrift p
{
    width: 90%;
    display: inline-block;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: x-large;
}

.kontakt .anschrift a
{
   font-size: x-large;
   padding-left: 5px;
   text-decoration: none;
   color: #ffffff;
}

.kontakt .anschrift i.fa
{
	margin-top:20px;
}

.kontakt .anschrift i.fa:first-of-type
{
	margin-top:0px;
}

.kontakt .anschrift p:first-of-type
{
    font-weight: bolder;
}

/*----kontaktformular-------------------------*/

.kontakt .kontaktformular
{
    display: inline-block;
    width: 40%;
    margin: 0 10% 0 0;
}

.kontakt .kontaktformular input,
.kontakt .kontaktformular textarea
{
    width: 100%;
    font-size: large;
    background-color: #3274BB;
    border: 0px solid #ffffff;//#696969;
    padding: 10px;
    box-sizing: border-box;   
    margin: 0 0 20px 0;
    color:#ffffff;
}

::-webkit-input-placeholder 
{
    color:    #ffffff;
}

:-moz-placeholder 
{
   color:    #ffffff;
   opacity:  1;
}

::-moz-placeholder 
{
   color:    #ffffff;
   opacity:  1;
}

:-ms-input-placeholder 
{
   color:    #ffffff;
}
.kontakt .kontaktformular input.error,
.kontakt .kontaktformular textarea.error{
    border: 2px solid orange;
}
.kontakt .kontaktformular #button_send
{
    background-color: #ffffff;
    border-radius: 5px;
    color: #236eaf;
    margin-bottom: 80px;
    border: 2px solid #ffffff;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
}

.kontakt .kontaktformular #button_send:hover
{
    background-color: #236EAF;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor:pointer;	
}

.kontakt .kontaktformular #button_error{
    background-color: #ffffff;
    border-radius: 5px;
    color: orange;
    margin-bottom: 80px;
    border: 2px solid #ffffff;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
}

.kontakt .kontaktformular #button_error:hover{
    background-color: #236EAF;
    color: #ffffff;
    border: 2px solid orange;
    cursor:pointer;
}

.kontakt .kontaktformular .message_popup{
    font-size: large;
}

.kontakt .kontaktformular .message_error{
    font-size: large;
    color: orange;
}

/*-----------Map-----------------*/

.mapModul
{
    position: relative;
    width: 100%;
}

#map
{
    position: absolute;
    width: 100%;
    height: 600px;
    
}

#mapOverlay
{
    position: absolute;
    width: 100%;
    text-align: center;   
}

.mapButton
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.mapButton a
{
    text-decoration: none;
    color: #ffffff;
    background-color: orange;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 10px 0 10px;
    width: 280px;
    text-align: center;
}

/*---------Popup------------------------------------------*/

.popup 
{
    position: fixed;
    top: 50px;
    left: 0;
    display: inline-block;
    vertical-align: top;
    z-index: 22;
    width: 60%;
    margin-left: 20%;    
}

.swipe
{
    display: none;
}

.popup:hover
{
    cursor: context-menu;
}

.popup .inlinegalerie
{
    display: none;
}

.popupoverlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #211E1E;
    opacity: 0.9;
}

.popupoverlay:hover
{
    cursor: pointer;
}

.popup .popup_inner 
{
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 10px 10px 10px #2d2d2d;
    /*overflow-x: hidden;*/
    overflow-y: auto;
}

.popup .popup_inner .content_element
{
    padding: 0;
}

.artikel h3
{
    text-align: left;
    font-size: large;
    text-transform:uppercase;
    color:#839299;
    padding-top: 40px;
}

.popup .popup_header
{
    text-align: right;
    padding: 10px;    
}

.popup .popup_header a
{
    color:#aaaaaa;
}

.popup .dotNav,
.popup #page #nav
{
    display: none;
}

.content_element .artikel
{
    text-align: left;
}

.artikel .line
{
    margin: 20px auto 40px;
}

.content_element_inner .line.hidden
{
    display: none;
}

.popup .content_element_inner .titel
{
    text-align: center;
    font-size: 2.5em;    
}

.untertitel.visible
{
    font-size: 1em;
    color: #8e9399;   
}

.untertitel.hidden
{
    display: none;
}

.artikel .text
{
    text-align: left;
    color: #2d2d2d;   
}

.artikel .text strong
{
    font-family: 'Georgia', sans-serif;
    line-height: 1.5em;
    font-size: 1.3em;
}

.artikel .text p
{
    font-family: 'Georgia', sans-serif;
    line-height: 1.5em;
    font-size: 1.3em;    
}

.artikel .text img
{
    width: 100%;
    margin: 20px 0 40px 0;
    max-width: 400px;
}

.artikel .text .bottom_line
{
    margin-left: 45%;
    margin-top: 20px;
}

.popup_footer
{
    text-align: right;
    padding: 10px;
}

.quit
{
    text-decoration: none;
    color: #aaaaaa;
}

.popup_slide
{
    margin: 0 50px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.slide_head
{
    margin-left: 10%;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-weight: bold;
    color: #666666;
    border-top: 2px solid orange;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

.slide_head img
{
    width: 90%;
}

.slide_inhalt
{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    border-top: 2px solid #236eaf;
    padding: 20px 0 40px;   
}

.slide_inhalt ul
{
   margin-left:25px;
}

.popup .slide_main .button_arr
{
    display: none;
}

.popup_button
{
    position: fixed;
    z-index: 22;
    cursor: pointer;    
}

.popup_button i
{
    color: #ffffff;
}

.popup_button.left
{
    left: 50px;    
}

.popup_button.right
{
    right: 50px;    
}

.footer_close
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.slider_dot_nav_footer
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.slider_dot
{
    display: inline-block;
    color: rgba(255,255,255,0.3);
    cursor: pointer;
    margin: 0 2px;
    font-size:0.8em;
}

/*------Impressum----------------------------------------*/

.element_7,
.element_15
{
    padding: 0;
    padding-top: 30px;
    padding-left:2%;
}

.element_7 .titel,
.element_15 .titel
{
    padding: 80px 0 0 0;
}

.element_7 .artikel,
.element_15 .artikel
{
    text-align: left;
    line-height: 1.5em;
    color: #696969;
    padding: 30px 0 0 0;
    /*width: 60%;*/
    margin: 0 auto;	
}

.element_7 .artikel:last-of-type,
.element_15 .artikel:last-of-type
{
    padding: 30px 0 30px 0;
}

.element_7 .artikel h3,
.element_15 .artikel h3
{
    font-size: larger;
    margin: 0 0 10px 0;
}

.navigation_id7 #nav,
.navigation_id15 #nav
{
    position: fixed;
    top: 0;
    left: 0;
}

.element_7 .bottom_line,
.element_15 .bottom_line
{
    display: none;
}

@media screen and (max-width:1360px){

    .portfolio_eintraege .kachel
    {
        width:33%;
        height:200px;
    }

    .news
    {
        width:45%;
    }
    
    .slide_head
    {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    
    .slide_head img
    {
        width: 100%;
    }
    
    .slide_inhalt
    {
        display: block;
        width: 80%;
        margin: 0 auto;
        border-top:none;
        padding-top: 0;
    }
    .popup
    {
        width: 100%!important;
        margin: 0;
        position: absolute;
       
    }
    
    .popup_button
    {
        display: none;
    }
    
    .swipe
    {
        display: block;
        margin-bottom: 30px;
        background-color: #ffffff;
        text-align: center;
    }
    .swipe img
    {
        width: 60px;
    }
}

@media screen and (max-width:1160px){
   
    .titel
    {
        padding:10px 0 20px;
    }
    
    .content_element_inner
    {
        width:100%;
    }
    
    .popup
    {
        top: 10px;
    }
    
    .popup .content_element_inner .titel
    {
        font-size: 1.3em;
        padding: 20px 0 15px 0;
    }   
}

@media screen and (max-width:1020px){
    
    .mitarbeiter
    {
        width: 29.33%;
        margin: 100px 2% 50px;
    }
    
    .popup .content_element_inner .titel
    {
        font-size: 1.3em;    
    }
	
    .rezension
    {
        width: 90%;
        margin: 20px 5%;
    }
    
    .kontakt .anschrift
    {
        width: auto;
        margin: 10px auto;
        text-align: left;
    }
    
    .kontakt .anschrift i
    {
        width: 20px;
        margin: 0 10px 0 0;
    }
    
    .kontakt .anschrift p
    {
        width: auto;
        padding: 0;
    }
    
    .kontakt .kontaktformular
    {
        width: 80%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 840px){
  	.portfolio_eintraege
	{
		margin-top:30px;
	}
    .portfolio_eintraege .kachel
    {
        width:45%;
        height:200px;
        
    }
	
    .line
    {
        width: 30%;
    }
    
    .titel
    {
        font-size: 2.5em;
        padding: 0 0 20px 0;
    }
    
    h4
    {
        font-size: 1.2em;
        line-height: 1.2em;
        max-width: 80%;
        text-transform: none;
    }
    
    .small
    {
        width: 90%;
        display: inline-block;
        vertical-align: top;
        margin: 30px 2%;
        box-sizing: border-box;
    }
    
    .small img
    {
        width: 100%;
        height: 250px;
    }
    
    .large_block
    {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin: 30px 2%;
        box-sizing: border-box;
    }
    
    .large
    {
        width: 100%;
    }
    
    .large_name
    {
        margin-top: 30px;
    }
    
    .monitor
    {
        display: none;
    }
    
    .large_to_small
    {
        display: block;
    }
    
    .large_to_small img
    {
        width: 100%;
        height: 250px;   
    }
    
    .news
    {
        width: 40%;
        margin: 20px 5%;
    }
    
    .mitarbeiter
    {
        width: 40%;
        margin: 30px 2.5%;
    }
    
    .slide_head
    {
        font-size:1em;
    }
	
    
}

@media screen and (max-width: 680px){

    .news
    {
        width: 90%;
        margin: 20px 5%;
    }
    
    .mitarbeiter
    {
        width: 80%;
    }
    
    .popup .popup_inner h3
    {
        padding: 10px 0 10px 0;
    }
   
    .popup .text
    {
        padding: 10px 0 20px 0;
    }
    
    .mapModul
    {
        display: none;
    }
    
     .rezension
    {
        border-bottom: 1px solid #2d2d2d;
        text-align: center;
    }
    
    .rezension .meinung
    {
        margin: 0 0 10px 0;
    }
    
    .rezension .greyDot
    {
        display: none;
    }
    
    .rezension .bewertungstext
    {
        width: 90%;
        text-align: left;
    }
    
    .rezension .bewertungstext .kunde
    {
        margin: 0;
    }
}

@media screen and (max-width: 480px){
    
	.news .news_titel,
	.news .kurzbeschreibung{
		text-align:center;
	}
	
	
	
    .line{
        width: 40%;
    }
	
    .portfolio_eintraege .kachel
    {
        width:100%;
        margin-bottom:50px;
        height:200px;
        margin: 0;
    }
    
    .portfolio_eintraege .kachel_label
    {
        display: block;
        margin-bottom: 50px;
        border-bottom: 2px solid #CBCBCB;
    }
    
    .portfolio_eintraege .kachel:hover .beschreibung
    {
        display: none;
    }
    
    .portfolio_eintraege .kachel:hover
    {
        background-color: transparent;
        background-size: cover;
    }
    
    h4
    {
        display: none;
    }
    
    .small
    {
        width: 90%;
        border-bottom: 1px solid #2d2d2d;
    }
    
    .large_block
    {
        width: 90%;
        border-bottom: 1px solid #2d2d2d;
    }
    
    .small_titel
    {
        padding: 10px 0 0 0;
        color: #8e9399;
        text-transform: none;
        font-size: 0.5em;
        font-weight: bold;
    }
    
    .small .small_inhalt
    {
        margin: 0 0 10px 0;
    }
    
    .large .large_inhalt
    {
        margin: 0 0 10px 0;
    }
    
    .titel
    {
        font-size: 2.5em;
    }
    
    .kontakt .anschrift i
    {
        font-size: 1.3em;
    }
    
    .kontakt .anschrift p
    {
        font-size: 1.3em;
    }
    
    .popup_inner .content_element .content_element_inner .titel
    {
        font-size: 2em;
    }
    
}

@media screen and (max-width: 380px){
   
    .mitarbeiter .stelle
    {
        font-size: 0.8em;
    }
    
    .popup_inner .content_element .content_element_inner .titel
    {
        font-size: 1em;
    }
}
