/*****************************************
GENERAL
******************************************/
a {
    text-decoration: none;
    font-weight: 400;
    font-size: 1em;
}

h1 {
    clear: left;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 900;
}

h2 {
    clear: left;
    text-decoration: none;
    font-weight: 200;
    font-size: 1.2em;
}

p {
    display: block;
    float: left;
    clear: both;
    margin: 10px;
    font-weight: 200;
    font-size: 1em;
}

p strong {

}

td {
    font-weight: 100;
    font-size: 0.8em;
}

img {
    max-width: 100%;
}

html, body {
    height: 100%;
    font-family: 'Varela Round', sans-serif;
}

body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
}

#flex_wrapper {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pagetitle {
    display: inline-block;
    float: left;
    clear: both;
}
.importantinfo {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    border: solid darkred 2px;
    padding: 1rem;
}

.content .betriebsferien h1, h2, h4 {
    display: flex;
    margin: auto;
    color: darkred;
}

.content .betriebsferien p {
    text-align: center;
}
.contentcolumn {
    float: left;
    display: inline-block;
    margin-top: 1em;
    clear: both;
    width: 100%;
}

.center {
    margin-top: 5em;
}

.space {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 25px;
}

.clear {
    clear: both;
    font-size: 0.0001em;
    line-height: 0.00001em;
}

/*****************************************
HEADING
******************************************/

header {
    display: block;
    float: left;
    width: 100%;
    /*background:url(../img/HeaderBackground01.png) no-repeat; this will come in when bigger than phonesize*/
}

.Lcolumn {
    position: relative;
    float: left;
    display: block;
    width: 40%;
}

.Rcolumn {
    float: right;
    display: block;
    width: 60%;
    padding-top: 67px;
}

header p {
    float: right;
    font-size: 0.65em;
}

.header-wrapper {
    margin: auto;
}

.header-logo {
    /*float: left;
    display: block;
    margin: 0 auto;*/
    height: 100px;
}

.bullet {
    display: none;
    margin-left: 5px;
    margin-right: 5px;
}

.onexpand {
    display: none;
}

/*****************************************
TOPCONTENT
******************************************/
#top_content {
    float: left;
    display: block;
    margin: auto;
    margin-top: 0;
    /*background: url("../img/topcontent/imgTC00.jpg");*/
    background-repeat: no-repeat;
    width: 100%;
    min-width: 200px;
    min-height: 200px;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/*****************************************
NAVIGATION
******************************************/
#nav-bar {
    margin: auto;
    margin-top: 0;
    float: none;
    min-height: 50px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 10px 10px 5px rgba(125, 125, 125, 0.3);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.material-icons {
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: auto;
    color: #184492;
    font-size: 50px;
}

.link {
    border-style: solid;
    border-width: 2px;
    border-radius: 2% 2% 10% 2%;
    float: left;
    margin-top: 30px;
    margin-left: 35%;
    margin-right: 15%;
    width: 100px;
    height: 100px;
    font-size: 100px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.05s linear;
}

.link:hover {
    box-shadow: 10px 10px 5px rgba(125, 125, 125, 0.3);
}

#phone-icon {
    margin-right: 10px;
}

#mail-icon {
    margin-right: 40px;
}

#question-icon {
    float: none;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

#nav-bar a:hover .material-icons {
    color: #fdda00 !important;
}

nav {
    float: left;
    padding: 0;
}

#menu-icon {

}

nav ul, nav:active ul {
    display: none;
    position: absolute;
    padding: 0;
    padding-left: 0px;
    background: rgba(195, 195, 195, 0.8);
    border-style: solid;
    border-width: 3px;
    border-color: #184492;
    left: 45px;
    top: 95px; /*160px+60px*/
    width: 220px;
}

nav li {
    display: block;
    text-align: left;
    width: 100%;
}

nav li:hover {
    background: rgba(229, 229, 229, 0.8);
}

nav li:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
}

nav li a {
    display: block;
    padding: 10px 0;
    padding-left: 5px;
}

nav:hover ul {
    display: inline-block;
}

/*****************************************
FOOTER
******************************************/
footer {
    background: #184492;
}

.footer_column {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.footer_column:last-child p {
    float: right;
}

.footer_column {
    color: gray;
}

/*****************************************
OverAllWrapper (Mayberemove?)
******************************************/
.content-wrapper {

}


/*****************************************
Page: Home
******************************************/

.responsive-image {
    height: auto;
    width: 100%;
    opacity: 1;
}


.content {
    margin: 0 auto;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    padding: 15px;
    display: inline-block;
    background: rgba(256, 256, 256, 1);
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.content h1 {
    float: left;
    text-align: left;
    margin-top: 20px;
}

.table {
    display: inline-block;
}

table {
    clear: both;
    float: left;
}

table tr td {
    padding: 10px 5px 10px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
}

.picturelink {
    margin: auto;
    margin-top: 50px;
    display: block;
    max-width: 400px;
    width: 80%;
    height: auto;
    box-shadow: 10px 10px 5px rgba(125, 125, 125, 0.3);

}

.picturelink:hover .responsive-image {
    opacity: 0.4;
}

/*****************************************
Page: TEAM
******************************************/

.teampicture {
    display: block;
    width: 90%;
    margin: auto auto 50px;
}

.teampic {
    display: block;
    width: 100%;
    margin: auto;
}

.person {
    float: left;
    display: block;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 50px;
}

.personpicture {
    max-width: 250px;
    margin: auto;
}

.personname h3 {
    margin-bottom: 5px;
}

.personprofession {

}

/*****************************************
Page: KONTAKT
******************************************/
.address {
    display: inline-block;
}

#map {
    display: inline-block;
    width: 300px;
    height: 300px;
    margin-left: 0px;
}

#postaladdress, #deliveryadress {
    display: block;
    float: left;
    margin-right: 20px;
}

#eaddress {
    display: block;
    clear: left;
    float: left;
    margin-right: 50px;
    margin-bottom: 1.5em;
}

/*****************************************
Page: Produkte
******************************************/
.supplier {
    width: 300px;
    height: 300px;
    margin: auto;
}

.supplier-image {
    filter: grayscale(100%);
    display: block;
    margin: auto;
    max-width: 200px;
}

.content a:hover .supplier-image {
    filter: none;
}

/*****************************************
Page: Referenzen
******************************************/
.refpic_wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.refpic {
    display: inline-block;
    max-width: 500px;
    margin-left: 0;
}

/*****************************************
Back to top Button
******************************************/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background: rgba(255, 255, 255, 0.5); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 10px 10px 5px rgba(125, 125, 125, 0.3);
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}

#myBtn:hover {
    background: rgba(229, 229, 229, 0.8); /* Add a dark-grey background on hover */
}

/*****************************************
COLORS
(stodo-yellow: #fdda00; stodo-blue: #005c9d/#184492)
(stodo-grey: background: rgba(195,195,195,  1);)
******************************************/

header {
    /*background:url(../img/HeaderBackground01.png) no-repeat;*/
    background: #fdda00;
}

a {
    color: #184492;
}

h1 {
    color: #5F5F5F;
}

footer {
    color: gray;
}

p strong {
    color: #184492;
}


body {
    color: #5F5F5F;
}

#impressum_link {
    font-weight: 100;
    color: gray;
    font-style: normal;
    font-size: 1em;
}
