/*
Styles for Template Dr. Angelika Eck
*/

body { 
    font-family: NHaasGroteskDSStd-55Rg;
    font-size: 0.9em;
    color: #000;
}

a, a:hover, a:visited {
    color: #000;
}

b {
    font-family: NHaasGroteskDSStd-65Md;
    font-weight: normal;
    font-style: normal;  
}

.NHaasGroteskDSStd-35XLt { 
	font-family: NHaasGroteskDSStd-35XLt;
	font-weight: normal;
	font-style: normal;
}
.NHaasGroteskDSStd-65Md { 
	font-family: NHaasGroteskDSStd-65Md;
	font-weight: normal;
	font-style: normal;
}
.NHaasGroteskDSStd-55Rg { 
	font-family: NHaasGroteskDSStd-55Rg;
	font-weight: normal;
	font-style: normal;
}

#content img {
    max-width: 100%;
    height: auto;
}


#logo {
    position: absolute;
    z-index: 100;
    left: 30px;
    top: 90px;
}

#logo img {
    width: 220px;
    position: relative;
    z-index: 10;
}


#hauptmenu ul li.logo-bg {
    background: #bce8e6;
}


#claim {
    display: none;
}


#claim img {
    width: 220px;
}

#hauptmenu ul {
    margin-right: 60px;
}

#hauptmenu ul li {
    background: #ccc;
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
}

#hauptmenu ul li a {    
    font-size: 21px;
    top: 33px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    color: #000;
    font-family: NHaasGroteskDSStd-65Md;
    font-weight: normal;
    font-style: normal;
    margin-right: 10px;
}

.site {
    margin: 0;
    padding: 0;
}

#hauptmenu {
    display: none;
    position: relative;
    left: 30px;
    top: 106px;
}

.footer {
    margin-top: 100px;
}

.footer a, .footer a:hover, .footer a:visited {
    padding-right: 10px; 
    color: #000;
}


#bg { 
    position: fixed; 
    top: 0; 
    left: 0;
    z-index: -100;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


#content{
    font-family: NHaasGroteskDSStd-55Rg;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 20px;
    top: 200px;
    position: relative;
}


.burgeritem {
    width: 40px;
    height: 3px;
    background-color: black;
    margin: 10px 0;
}

.burgermenu {
    position: absolute;
    right: 40px;
    top: 25px;
}

input {
    font-size: 1em;
    width: 100%;
    margin-bottom: 15px;
}

.wpcf7-submit {
    background: #fff;
    margin-top: 15px;
    border: none;
    padding: 10px;
}

.wpcf7-not-valid-tip {
    margin-top: -15px;
    margin-bottom: 15px;
}

.wpcf7-validation-errors {
    border: none;
}

div.wpcf7-response-output {
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
    border: none;
    background: #a94442;
    color: #fff;
}

.wpcf7-textarea {
    width: 100%;
}


.logo-background {
        background: #bce8e6;
        height: 52px;
        position: absolute;
        top: 15px;
        left: 0;
        width: 300px;
    }

/* Trenner, make Dots invisible */    
    
.wp-block-separator.is-style-dots {
    color: transparent;
}

/* bigger than mobile = dektop, tablet, etc. */
@media(min-width:768px) {
    
    #hauptmenu {
        display: block;
        position: absolute;
        top: 200px;
        left: 10px;
    }
    
    #hauptmenu ul li a {    
        font-size: 24px;
        top: 30px;
    }

    #main {
        position: relative;
        top: 200px;
        left: 350px;
    }
    
    #logo {
        position: absolute;
        left: 10px;
        top: 20px;
    }
    
    
    .logo-background {
        background: #bce8e6;
        height: 52px;
        position: absolute;
        top: 15px;
        left: 0;
        width: 300px;
    }

    #content {
        left: 400px;
        line-height: 1.5em;
        letter-spacing: 0.03em;
        max-width: 50%;
        position: absolute;
        top: 200px;
    }
    
    .burgermenu {
        display: none;
    }
    
    #hauptmenu ul li.logo-bg {
        display: none;
    }
    
    #claim {
        display: block;
        position: absolute;
        right: 0px;
        top: -178px;
    }
    
    
}

/* specials for mobile */
@media(max-width:768px) {
    
      
    
    
    
}