/* Badscheider Template DDM-Donau Digital Manufaktur
	Author: Sebastian Osinski 
	11.05.2015 - sebbidotnet@gmail.com*/

/* GLOBALS */
html {
  font-family: FontAwesome, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}
body {
  background: #ffffff;
  font-family: FontAwesome, sans-serif;
  font-weight: 200;
  line-height: 20px;
  color: #444444;
  letter-spacing: 0.1em;
  margin: 0px;
  padding: 0px;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
table{
	width: 100%;
}

/* TEMPLATE SPECIFICS
 ========================================================================== */
 
.main-container {
    max-width: 1200px;
    padding: 0 35px;
  }
.main-container-center {
  margin-left: auto;
  margin-right: auto;
}
.page-header{
    display: none;
}
 
/* TITLE SECTION  */
.title-container{
	width: 100%;
	background: url("/images/Template/logo-extender.jpg") repeat;
}
.title-container > img{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.title-bottom-border{
	border: 1px solid #022cbe;
}

/* Welcome Box */
.welcome{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
 }
.welcome > h2{
    color: #022cbe;
    font-size: 38px;
    text-decoration: none;
    margin-bottom: 0px;
 }
.welcome > ul { text-align : center }
.welcome > ul li { display: inline; white-space: nowrap; }
.welcome > ul li:after { content: " \00b7"; }
.welcome > ul > li:nth-child(6):after {content: " ";}

/* Startseite */
.frontpage-table .table-spacer{
    width: 5%;
}
.frontpage-table td{
    vertical-align: top;
    width: 50%;
}
.frontpage-table b{
    font-weight: bold;
}

/*-------------------------
LINKBOXES
-------------------------*/
.linkbox{
    width: 137px;
    height: 255px;
    box-shadow: 2px 2px 5px #888888, inset 0 0 40px #ededed;
    border-radius: 5px;
    padding: 10px;
    float: left;
    margin: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #b6b6b6;
    text-align: center;
    position: relative;
    border: 1px solid;
    border-color: #355dd0;
    transition-duration: 1s;
}
.linkbox:hover{
    border-color: #006FFF;
    box-shadow: 2px 2px 5px #355dd0, inset 0 0 40px #ededed;
}
.linkbox h2{
    color: #727272;
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    margin-top: 20px;
    text-transform: uppercase;
}
.linkbox img{
    width: auto;
    height: 130px;
}

/*-------------------------
DETAILBOXES
-------------------------*/
.detailbox{
    position: relative;
    width: 137px;
    height: 255px;
    box-shadow: 2px 2px 5px #888888, inset 0 0 40px #ededed;
	border-radius: 5px;
    padding: 10px;
    float: left;
    margin: 5px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid;
    border-color: #355dd0;
}
.detailbox:hover{
    border-color: #006FFF;
    box-shadow: 2px 2px 5px #355dd0, inset 0 0 40px #ededed;
}
.detailbox h2{
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    text-transform: uppercase;
}
.detailbox img{
    width: auto;
    height: 130px;
    max-width: 130px;
}

/* FORMS */
.gcore-label-left, .chrono_credits{
    display: none !important;
}
#button6{
    padding-left: 40px;
    padding-right: 40px;
    background-color: #355DD0;
    color: white;
    transition-duration: 1s;
}
#button6:hover{
    background-color: #466FF0;
}

/* IFRAME */
.embedded-pdf{
    width: 100%;
    height: 1200px;
}
/* 
PAGE FOOTER
 */
 .bottom-spacer{
	height: 100px;
    width: 100%;
    float: left;
 }
 
 /*-------------------------
CONTENT SPECIFIC DIVS
-------------------------*/
.details-table{
    width: 100%;
    font-size: 14px;
}
.details-table > tbody > tr >td:nth-child(1){
    width: 49.5%;
    vertical-align: top;
    padding-right: 25px;
}
.details-table > tbody > tr >td:nth-child(3){
    width: 49.5%;
    vertical-align: top;
    padding-left: 15px;
}
.details-table .table-spacer{
    width: 1%;
    border-left: 1px solid;
    border-color: #cccccc;
}
.details-table h1{
    line-height: 30px;
    margin-top: 0px;
}
.detail-single-img{
    width: 70%;
    height: auto;
}
.contact-photo{
    padding: 5px;
    border: 1px solid;
    box-shadow: 2px 2px 5px #888888, inset 0 0 40px #ededed;
    border-radius: 5px;
    border-color: #355dd0;
}
.zubeh-link{
    background-color: #355dd0;
    padding: 10px;
    border: 1px solid;
    box-shadow: 2px 2px 5px #888888;
    border-radius: 2px;
    border-color: #355dd0;
    color: white;
    transition-duration: 1s;
}
.zubeh-link:hover{
    background-color: #466FF0;
}

 /*-------------------------
Back Button
-------------------------*/
.back-button input {
    position: fixed;
    display: block;
    border: 3px solid;
    border-color: #466FF0;
    background: #355dd0;
    color: white;
    bottom: 5px;
    left: 5px;
    width: 150px;
    height: 50px;
    box-shadow: 2px 2px 5px #888888;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    cursor: pointer;
}
.back-button input:hover{
    background: #466FF0;
    border-color: #355dd0;
    text-decoration: none;
}

@media (max-width: 1050px){
    html{
        font-size: 17px;
    }
    .title-container > img{
        width: 100%;
    }
    .welcome h2{
        line-height: 40px;
    }
    .details-table{
        margin-bottom: 200px;
    }
    .details-table h1{
        text-align: center;
    }
    .details-table > tbody > tr > td{
        display: block;
        width: 100% !important;
    }
    .table-spacer{
        display: none !important;
    }
    
    .detailbox, .linkbox{
        width: 28%;
    }
    .back-button input{
        width: 30%;
        height: auto;
		min-height: 10%;
        font-size: 20px;
    }
    .frontpage-table > tbody > tr > td{
        padding: 10px;
    }
}