/** BASICS **********************************************/

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #787878;
}

h1 {
    font-size: 80px;
    font-weight: bold;
    color: #282828;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    color: #282828;
    line-height: 1.1;
}

h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: normal;
    color: #282828;
    margin-bottom: 24px;
}

h4 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: normal;
    color: #282828;
}

h4 a,
h4 a:focus,
h4 a:hover,
h4 a:active {
    color: #282828;
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 1px;
    font-weight: normal;
    color: #787878;
    padding-bottom: 10px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.ghlist {
    padding-left: 20px;
}

ul.ghlist {
    list-style-type: circle;
}

ul.ghlist li,
ol.ghlist li {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1px;
    font-weight: normal;
    color: #787878;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

ul.ghlist li {
    padding-left: 5px;
    padding-bottom: 10px;
}

ol.ghlist li {
    padding-left: 5px;
    padding-bottom: 12px;
}

.team .ghlist li {
    margin-bottom: 0px;
    padding-bottom: 4px;
}

a,
a:focus,
a:hover,
a:active {
    color: #787878;
    text-decoration: none;
}

.schwarz {
    color: #282828 !important;
}

a.linkbox,
a.linkbox:focus,
a.linkbox:hover,
a.linkbox:active {
    margin-top: 10px;
    text-transform: uppercase;
    padding: 8px 36px 6px 36px;
    border: 1px solid #787878;
    display: inline-block;
    color: #282828;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 12px;
}

a.ul {
    text-decoration: underline;
}

p.ghlist-heading {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #282828;
    padding-bottom: 0px !important;
    margin: 0 !important;
}


/*
.ghlist-heading + .ghlist {
	margin-top: -12px;
}*/

hr.strich {
    width: 30px;
    border: none;
    border-bottom: 1px solid #787878;
    margin-bottom: 30px;
}

.top-link {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
    padding: 1px 3px 3px 3px;
    background: #c8c8c8;
    border: 1px solid white;
}

.top-link img {
    width: 25px;
    height: auto;
}

.bordertop,
.bordertop-no-xs {
    border-top: 1px solid #ddd;
}

.container-fluid.margin-bottom {
    margin-bottom: 6px;
}

.reset {
    margin: 0 !important;
    padding: 0 !important;
}

h3.reset {
    margin: 8px 0 24px 0 !important;
    padding: 0 !important;
}

.hellgrau {
    background-color: #f0f0f0;
}

.dunkelgrau {
    background-color: #282828;
}

.vert-zentr {
    width: 100%;
    position: absolute;
    left: 0;
    top: 48%;
    color: white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.halbkreis {
    height: 100px;
    width: 200px;
    border-radius: 200px 200px 0 0;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -75px;
    z-index: 1000;
}


/** TEMP ************************************************/

.zeig1 {
    background-color: yellowgreen;
}

.zeig2 {
    background-color: brown;
}


/** ABSCHNITTE ******************************************/

.navi {}

@-webkit-keyframes video-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes video-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loader-fadeout {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loader-fadeout {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.headervideo {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: relative;
}

#video-bg {
    opacity: 0;
    -webkit-animation: video-fadein 1.8s 3.6s 1 forwards;
    animation: video-fadein 1.8s 3.6s 1 forwards;
}

img.loader {
    z-index: 100;
    display: block;
    -webkit-animation: loader-fadeout 3.5s 1 forwards;
    animation: loader-fadeout 3.5s 1 forwards;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-300px, -300px);
}

.headerpic {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.praxis .headerpic {
    background-image: url(../images/praxis/mkg-verden_praxis_header.jpg);
}

.team .headerpic {
    background-image: url(../images/team/mkg-verden_team_header.jpg);
    background-position-y: top;
}

.implantologie .headerpic {
    background-image: url(../images/implantologie/mkg-verden_implantologie_header.jpg);
    background-position-y: top;
}

.chirurgie .headerpic {
    background-image: url(../images/chirurgie/mkg-verden_chirurgie_header.jpg);
}

.dvt .headerpic {
    background-image: url(../images/dvt/mkg-verden_dvt_header.jpg);
}

.ueberweiser .headerpic {
    background-image: url(../images/ueberweiser/mkg-verden_ueberweiser_header.jpg);
    background-position: center 20px;
}

.patienteninfo .headerpic {
    background-image: url(../images/patienteninfo/mkg-verden_patienteninfo_header.jpg);
}

.kontakt .headerpic {
    background-image: url(../images/kontakt/mkg-verden_kontakt_header.jpg);
}

.impressum h2.reset,
.datenschutz h2.reset {
    padding-bottom: 62px !important;
    /* 24 px*/
}

.impressum h3 {
    margin-top: 52px;
}

.logo-tp {
    height: 30px;
    width: auto;
    position: relative;
    left: 6px;
    top: 0px;
}

.logo-maxe {
    height: 20px;
    width: auto;
    position: relative;
    left: 10px;
    top: -1px;
}

.parallax {}

.parallax-window {
    height: 400px;
    height: 25vw;
    background: transparent;
    position: relative;
    padding: 0;
}

.foto2sp {
    padding-top: 80px;
    padding-bottom: 0px;
}

.foto2sp > div {}

.foto2sp h2 {
    padding-bottom: 40px;
}

.slideshow {
    padding-top: 0;
    padding-bottom: 10px;
}

.slideshow h2 {
    padding-bottom: 40px;
}

.carousel-control {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.0;
    filter: alpha(opacity=100);
    color: #fff;
    text-shadow: none;
    background-color: transparent;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)" !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    background-image: url(../images/icons/wolfgang_gudehus_pfeil_top_black.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-top: none;
    margin-top: -15px;
}

.carousel-control .glyphicon-chevron-left {
    transform: rotate(-90deg);
    left: 0;
    margin-left: 0 !important;
}

.carousel-control .glyphicon-chevron-right {
    transform: rotate(90deg);
    right: 0;
    margin-right: 0 !important;
}

.carousel-indicators {
    bottom: -60px;
    width: 60%;
    margin-left: -30%;
    list-style: none;
}

.carousel-indicators li {
    border: 1px solid #282828;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #282828;
}

.foto2sp-full > div {
    height: 400px;
    height: 25vw;
}

.foto2sp-full .pfeil,
.parallax-window .pfeil {
    width: 40px;
    height: auto;
    margin-top: 10px;
}

.text1sp {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text1sp-home {
    padding-top: 90px;
    padding-bottom: 90px;
}

.map {
    padding-top: 0;
    padding-bottom: 0;
}

.map > div {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.dsgvo-liste {
    margin-left: 1.5em;
}


/** KLAPP-KASTEN ****************************************/

.text1sp-klapp {}

.panel {
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
    background-color: transparent;
}

.panel-group {
    margin-bottom: 0;
}

.panel-heading {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #787878 !important;
}

.panel-title {
    font-size: 14px !important;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.panel-heading .accordion-toggle {
    background-color: #282828;
    display: block;
    padding: 8px 40px;
    color: white;
}

.panel-heading .accordion-toggle.collapsed {
    background-color: transparent;
    color: #282828;
}

.panel-heading .accordion-toggle .aufzu {
    width: 60px;
    height: 20px;
    display: block;
    float: left;
    background-image: url(../images/icons/wolfgang_gudehus_pfeil_top_white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.panel-heading .accordion-toggle.collapsed .aufzu {
    background-color: transparent;
    background-image: url(../images/icons/wolfgang_gudehus_pfeil_bottom_black.png);
}


/*
.panel-heading .accordion-toggle {
	background-color: #282828;
	background-image: url(../images/icons/wolfgang_gudehus_pfeil_bottom_white.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	padding: 6px 70px;
}

.panel-heading .accordion-toggle.collapsed {
	background-color: transparent;
	background-image: url(../images/icons/wolfgang_gudehus_pfeil_bottom_black.png);
}

*/

.panel-body {
    padding: 30px 6px 15px 6px;
}

.panel-body p,
.panel-body li {
    margin-right: 130px
}

.icon-klapp {
    float: right;
    width: 120px;
    height: auto;
}

.text1sp {
    padding-top: 150px;
    padding-bottom: 80px;
}

.text2sp {
    padding-top: 150px;
    padding-bottom: 150px;
}

.text2sp-kurz {
    padding-top: 200px;
    padding-bottom: 200px;
}

.text2sp-liste {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text3sp {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-pic-r {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-pic-l {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-pic-r img,
.text-pic-l img {
    margin-top: 10px;
}

.teamkasten-pic {
    padding-top: 0;
    padding-bottom: 0;
}

.teamkasten-pic > div {
    padding-top: 0px;
    /* weg? */
}

.teamkasten-pic h2 {
    /*margin-top: 200px;*/
    margin-top: 100px;
}


/* Foto Gudehus */

.teamkasten-pic:first-child {
    margin-top: 100px;
}

.teamkasten-pic:first-child h2 {
    margin-top: 80px;
}

.team-descr {
    font-style: italic;
    margin-top: -4px;
}

.runter {
    margin-top: 30px;
}

.kontaktzeile {
    padding-top: 30px;
    padding-bottom: 20px;
}

.kontaktzeile p {
    padding-bottom: 0 !important;
}

.kontaktzeile p,
.kontaktzeile a,
.kontaktzeile a:focus,
.kontaktzeile a:hover,
.kontaktzeile a:active {
    color: #fff;
}

.kontaktzeile img {
    width: 25px;
    height: auto;
}

.kontaktkasten {
    padding-top: 10px;
    padding-bottom: 100px;
}


/* betrifft col-* */

.kontaktkasten > div {
    padding-top: 100px;
    padding-bottom: 0px;
}

.kontaktkasten img {
    width: 25px;
    height: auto;
}

.map {}

.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    /* wg pos. pfeil */
}

.footer p {
    margin-bottom: 0;
}

.footerzeile {
    position: relative;
    padding-left: 50px;
    /* nie Pfeil überdecken */
    padding-right: 50px;
}


/** NAVI ************************************************/

.navbar {
    /* override BS */
    min-height: 40px;
}

.navbar-fixed-top {
    background-color: #fff;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
    max-height: calc(96vh - 65px);
    border-top: 1px solid #e7e7e7;
}

.navi {
    border: none;
}

.navbar-inner {
    text-align: center;
}

.navbar .nav,
.navbar .nav > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    *zoom: 1;
    /* hasLayout ie7 trigger */
    vertical-align: top;
}

.nav > li {
    padding: 0 15px;
}

button.navbar-toggle {
    width: 35px;
    height: 35px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-image: url(../images/icons/wolfgang_gudehus_menu_button.png);
    background-size: cover;
    background-position: right;
}

button.navbar-toggle.collapsed {
    background-position: left;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none !important;
}

ul.nav {
    padding-left: 140px;
    padding-right: 150px;
}

ul.nav li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #787878;
    font-size: 12px;
    font-weight: normal;
    padding: 22px 2px;
}

ul.nav li a:focus,
ul.nav li a:hover {
    background-color: #fff;
    color: #000;
}

ul.nav li.active a span,
ul.nav li a:hover span,
ul.nav li a:active span {
    color: #000;
    padding-bottom: 1px;
    border-bottom: 1px solid #282828;
}

ul.nav li.kontakt {
    position: absolute;
    top: 0;
    right: 0px;
    min-width: 150px;
    background: #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
}

ul.nav li.kontakt a:hover,
ul.nav li.kontakt a:focus {
    color: #000;
    background: #f0f0f0;
}

ul.nav li.kontakt a:focus span,
ul.nav li.kontakt a:hover span {
    border-bottom: 1px solid black !important;
}

ul.nav li.kontakt img {
    width: 16px;
    height: auto;
    margin: -2px 0 0 8px;
}

@media (max-width: 1300px) {
    ul.nav {
        padding-left: 100px;
        padding-right: 150px;
    }

    .nav > li {
        padding: 0 6px;
    }
}

@media (max-width: 1200px) {
    ul.nav {
        padding-left: 20px;
        padding-right: 120px;
    }

    ul.nav li.kontakt {
        min-width: 120px;
    }

    .nav > li {
        padding: 0 4px;
    }
}

@media (max-width: 1100px) {
    ul.nav {
        padding-left: 20px;
        padding-right: 140px;
    }

    ul.nav li.kontakt {
        min-width: 160px;
    }

    .nav > li {
        padding: 0 3px;
    }
}

@media (max-width: 1000px) {
    ul.nav {
        padding-left: 10px;
        padding-right: 180px;
    }

    ul.nav li.kontakt {
        min-width: 120px;
    }

    .nav > li {
        padding: 0 1px;
    }
}

@media (max-width: 900px) {
    ul.nav {
        padding-left: 0px;
        padding-right: 180px;
    }
}


/* Jetzt ist Navi eingeklappt */

@media screen and (max-width: 849px) {
    .navbar-toggle {
        display: block;
        position: relative;
        float: none;
        margin-right: auto;
        margin-left: auto;
        border-radius: 0;
    }

    ul.nav {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .nav > li {
        display: block;
    }

    ul.nav li.kontakt {
        position: static;
        min-width: auto;
        background: #fff;
    }

    ul.nav li a {
        padding: 12px 0;
    }

    ul.nav li.kontakt a:hover,
    ul.nav li.kontakt a:focus {
        background: #fff;
    }
}


/** VIDEO ***********************************************/

#video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background: url('../video/wolfgang_gudehus_index_platzhalter_video.jpg') no-repeat;
    background-size: cover;
}

#mute {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    background-image: url(../images/icons/wolfgang_gudehus_ton.png);
    background-size: cover;
    background-position: left;
    cursor: pointer;
}

.headervideo h1,
.headervideo h3 {
    color: white;
}


/* 1. No object-fit support: */

@media (min-aspect-ratio: 16/9) {
    #video-bg > video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #video-bg > video {
        width: 300%;
        left: -100%;
    }
}


/* 2. If supporting object-fit, overriding (1): */

@supports (object-fit: cover) {
    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}


/* Image statt Video auf kleinen Screens */

@media (max-width: 700px) {

    #video-bg video,
    #mute,
    img.loader {
        display: none;
    }

    #video-bg {
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }

    .headervideo {
        width: 100%;
        height: 100vh;
        position: relative;
        background-image: url(../video/wolfgang_gudehus_index_platzhalter_video.jpg);
        background-size: cover;
        background-position: center center;
    }
}


/** HOME ************************************************/

img.logo {
    max-width: 200px;
    height: auto;
    margin: 10px 0 30px 0;
}

.home h4 a {
    position: relative;
    top: 20px;
    display: block;
    padding: 50px 0;
    /* Klickfläche */
}

.foto1,
.foto2,
.foto3,
.foto4 {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.foto1 {
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff;
}

.foto2 {
    border-bottom: 7px solid #fff;
}

.foto3 {
    border-right: 7px solid #fff;
}

.foto1 .bg,
.foto2 .bg,
.foto3 .bg,
.foto4 .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.foto1 .bg {
    background-image: url(../images/implantologie/mkg-verden_implantologie_header.jpg);
}

.foto2 .bg {
    background-image: url(../images/chirurgie/mkg-verden_chirurgie_header.jpg);
}

.foto3 .bg {
    background-image: url(../images/dvt/mkg-verden_dvt_header.jpg);
}

.foto4 .bg {
    background-image: url(../images/team/mkg-verden_team_header.jpg);
}

.foto1:hover .bg,
.foto2:hover .bg,
.foto3:hover .bg,
.foto4:hover .bg {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}


/** MOBILE REPARIEREN ***********************************/

@media screen and (min-width: 2400px) {
    .headervideo h1 {
        font-size: 120px;
    }
}

@media screen and (min-width: 1700px) {
    .headervideo h1 {
        font-size: 100px;
    }
}

@media screen and (max-width: 1100px) {
    .headervideo h1 {
        font-size: 60px;
    }
}


/* Navi eingeklappt, in BS jetzt xs- */

@media screen and (max-width: 849px) {
    .navbar-fixed-top .navbar-collapse {
        border-bottom: 1px solid rgb(231, 231, 231);
    }

    .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .container-fluid .container {
        margin-left: -15px;
        margin-right: -15px;
    }

    .headervideo h1 {
        font-size: 46px;
    }

    .foto2sp {
        padding-top: 10px;
    }

    .foto2sp > div {}

    .foto2sp-full {}

    .foto2sp-full > div,
    .parallax-window {
        height: 300px;
    }

    .text1sp {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .text1sp-home {}

    .text1sp-klapp {}

    .text2sp {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .text2sp h3:first-child {}

    .text2sp-kurz {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .text2sp-kurz > div {
        padding-bottom: 40px;
    }

    .text2sp-liste {}

    .text3sp {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .text3sp > div {
        padding-bottom: 40px;
    }

    .text-pic-r {}

    .text-pic-l {}

    .teamkasten-pic {}

    .teamkasten-pic h2 {
        margin-top: 60px;
    }

    .teamkasten-pic > div {}

    .teamkasten-pic:first-child {
        margin-top: 10px;
    }

    .runter {}

    .kontaktzeile {}

    .kontaktkasten {
        padding-bottom: 80px;
    }

    .kontaktkasten > div {
        padding-top: 80px;
    }

    /* betrifft col-* */
    .kontaktkasten > div {}

    .map {}

    .footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footerzeile {}

    .foto1,
    .foto2,
    .foto3,
    .foto4 {
        border: none;
        border-bottom: 7px solid #fff;
    }

    /*.foto4 .bg {
		background-position: center -40px;
	}*/
    /* Teamkasten, 1 Linie reicht <768 */
    .bordertop-no-xs {
        border-top: none !important;
    }

    .home h4 a {
        top: 10px;
    }

    .praxis .text2sp h2.reset {
        margin-bottom: 50px !important;
    }

    h2.reset {
        padding-bottom: 24px !important;
    }

    h3.reset {
        /*padding: 30px 0 24px 0 !important*/
    }

    .panel-body p,
    .panel-body li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-fluid .container {
        margin-left: -15px;
        margin-right: -15px;
    }

    h3.panel-title {
        letter-spacing: 2px;
    }

    .panel-heading .accordion-toggle {
        padding: 8px 16px;
    }

    .panel-heading .accordion-toggle .aufzu {
        width: 32px;
        height: 20px;
    }
}
