@import url("reset.css");

/* courgette-regular - latin */

@font-face {
    font-family: 'Courgette';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/courgette-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Courgette Regular'), local('Courgette-Regular'),
        url('../fonts/courgette-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/courgette-v5-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/courgette-v5-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/courgette-v5-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/courgette-v5-latin-regular.svg#Courgette') format('svg');
    /* Legacy iOS */
}

/* catamaran-300 - latin */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/catamaran-v4-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Catamaran Light'), local('Catamaran-Light'),
        url('../fonts/catamaran-v4-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/catamaran-v4-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/catamaran-v4-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/catamaran-v4-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/catamaran-v4-latin-300.svg#Catamaran') format('svg');
    /* Legacy iOS */
}

/* catamaran-regular - latin */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/catamaran-v4-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Catamaran Regular'), local('Catamaran-Regular'),
        url('../fonts/catamaran-v4-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/catamaran-v4-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/catamaran-v4-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/catamaran-v4-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/catamaran-v4-latin-regular.svg#Catamaran') format('svg');
    /* Legacy iOS */
}

/* catamaran-700 - latin */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/catamaran-v4-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Catamaran Bold'), local('Catamaran-Bold'),
        url('../fonts/catamaran-v4-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/catamaran-v4-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/catamaran-v4-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/catamaran-v4-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/catamaran-v4-latin-700.svg#Catamaran') format('svg');
    /* Legacy iOS */
}


.clear {
    clear: both;
}

body {
    font: 300 18px/1.3em catamaran;
    /* Schriftschitt/GrÃ¶ÃŸe/Zeilenabstand/Art*/
}

.fancy {
    font-family: courgette;
}

.purple {
    color: #9e4a90;
    font-size: 30px;
    line-height: 1.3em;
}

p {
    max-width: 600px;
    padding-bottom: 1em;
}

.bold-a {
    font-weight: 400;
}


/*---------------------------------------
Basic Elements
---------------------------------------*/

.time-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #9e4a90;
    position: fixed;
    top: 0;

}

.wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: black;
    padding: 75px 5%;
    align-items: center;
}


.crazydiv {
    height: 5px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(55, 4, 46, 0.33) 0%, rgba(55, 4, 46, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(55, 4, 46, 0.33) 0%, rgba(55, 4, 46, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(55, 4, 46, 0.33) 0%, rgba(55, 4, 46, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e4a90', endColorstr='#009e4a90', GradientType=0);
    /* IE6-9 */
}



.wood {
    background-image: url(../images/backgorund.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 700px;
}



.logo-im-div {
    height: 275px;
    margin-top: 53px;
    background-image: url(../images/logo.png), url(../images/backgorund.png);
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: auto, 700px;
}


.background-img-div {
    height: 325px;
    background-image: url(../images/deko_white_bot.png), url(../images/deko_white_top.png), url(../images/sommermode.jpg);
    background-attachment: scroll, scroll, fixed;
    background-size: auto, auto, cover;
    background-position: left -25px bottom -25px, right -25px top -25px, center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(55, 4, 46, 0.33);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(55, 4, 46, 0.33);
    box-shadow: inset 0px 0px 5px 0px rgba(55, 4, 46, 0.33);
}

/*KARNEVAL*/

.karneval {
	position: absolute;
	padding:20px;
	background-color: #9e4a90;
	border-radius: 5px;
	bottom: -40px;
	right: 0;
    color: white
}
.inner-align {
    position: relative;
}

.inner-align p {
    padding: 0px 0;
    font-family: "Courgette";
    color: #9e4a90;
}

.karnevalsmaske {
	width: 200px;
	position: absolute;
	top: -70px;
	left: -80px;
}

@media screen and (max-width: 600px) {
    
}

/*======*/


/* ICON */

.icon-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-wrapper {
    padding: 25px 40px;
    font-size: 20px;
}

.icons {
    padding-bottom: 25px;
}


.white-wrapper {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(55, 4, 46, 0.33);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(55, 4, 46, 0.33);
    box-shadow: inset 0px 0px 5px 0px rgba(55, 4, 46, 0.33);
    text-align: center;
    background-color: white;

    background-image: url(../images/deko_purple_bot.png), url(../images/deko_purple_top.png);
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: right -25px bottom -25px, left -25px top -25px;
    background-repeat: no-repeat;

}


h1,
h2,
h3,
h4 {
    display: flex;
    font: 300 40px/1em courgette;
    padding-bottom: 1em;
}

/*h1,h2,h3,h4::before{
    

    background-image: url(../images/deko.png);
    background-repeat: no-repeat;
    background-position: left;
    
}*/

h1::before {
    content: "";
    width: 90px;
    background-image: url(../images/deko.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

h2::before {
    content: "";
    width: 90px;
    background-image: url(../images/deko.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

h1::after {
    content: "";
    width: 90px;
    background-image: url(../images/deko.png);
    background-repeat: no-repeat;
    background-position: right;
}

h2::after {
    content: "";
    width: 90px;
    background-image: url(../images/deko.png);
    background-repeat: no-repeat;
    background-position: right;
}




/*---------------------------------------
Navbar
---------------------------------------*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}


.navbar {
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;

}

.navbar a {
    display: block;
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: 0.5s;

    border-width: 1px;
    border-style: solid;
    border-left: 0;
    border-bottom: 0;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9e4a90), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#9e4a90, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#9e4a90, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#9e4a90, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #9e4a90, rgba(0, 0, 0, 0)) 1 100%;
}

.secnav a:last-of-type {
    border-right: 0;
}


.firstnav a:nth-last-of-type(2) {
    border-right: 0;
}

.navbar a:hover {
    background-color: #9e4a90;
    color: white;
    transition: 0.5s;
}

.secnav {
    position: absolute;
    right: 0;
}

.navbar .active {
    background-color: #9e4a90;
    color: white;
}

.navbar .icon {
    display: none;
}

/*--- Navbar Sticky ---*/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+section {
    padding-top: 60px;
}



/* Botnav */

.botnav {
    overflow: hidden;
    background-color: #9e4a90;
    display: block;
    position: relative;
    bottom: 0;
    color: white;
    font-size: 16px;
    padding: 10px;
}

.botnav a {
    color: white;
    text-decoration: none;
}

.keywords {
    float: right;
}

.kontaktdaten {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.kontaktdaten p {
    padding: 0px 10px;
}

.botnav a {
    padding: 0px 10px;
    font-weight: 400;
}


.time-div {
    position: absolute;
    top: 0;
    left: 5vw;
    width: 250px;
    height: 550px;
    color: white;
    background-color: #9e4a90;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 20;

    padding-bottom: 10px;

    background-image: url(../images/time-background.png);
    background-size: contain;
    background-position: right -25px bottom -25px;
    background-repeat: no-repeat;


    -webkit-box-shadow: 0px 0px 5px 0px rgba(55, 4, 46, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(55, 4, 46, 1);
    box-shadow: 0px 0px 5px 0px rgba(55, 4, 46, 1);
}

.font {
    font-size: 15px
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 260px;
    max-width: 500px;
    padding: 20px;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    background-color: #9e4a90;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;

    padding-bottom: 10px;

    background-image: url(../images/popup-background.png);
    background-size: contain;
    background-position: left -25px bottom -25px;
    background-repeat: no-repeat;


    -webkit-box-shadow: 0px 0px 5px 0px rgba(55, 4, 46, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(55, 4, 46, 1);
    box-shadow: 0px 0px 5px 0px rgba(55, 4, 46, 1);
    display: flex;
    flex-direction: column;
}

.popup .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}



.text-table-div p {
    padding: 10px 20px;
    flex: 1;

}

.time-div .fancy {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 25px
}

.text-table-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.time-div img {
    padding: 15px 0px;
}


.imp-text {
    text-align: left;
}


iframe {
    float: left;
    height: 900px;
    width: 100%;
    max-width: 600px;
}


.imp-a {

    color: black;
    font-weight: 400;
}

.padding-404 {
    padding: 0;
    margin-top: 0;
}

.stÃ¶rer {margin: 0 auto; background: #9e4a90; width: 250px;padding: 20px;color: #fff; margin-bottom: 50px;}


@media screen and (max-width: 1100px) {

    .kontaktdaten {
        flex-direction: column;
    }

    .secnav {
        position: fixed;
        bottom: 0;
        float: right;
        width: 100%;
        background: white;
    }

    .secnav a {
        float: right;
        font-size: 12px;
        padding: 4px 8px;
        border: 0;
    }

    .botnav {
        padding-bottom: 41px;
    }


    .time-div {
        display: none;
        transition: 1s;
    }

}






@media screen and (max-width: 600px) {

    .firstnav a {
        border: 0;
    }

    .firstnav a:not(:first-child) {
        display: none;
    }

    .firstnav a.icon {
        float: right;
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        border-right: 0;
    }





    h1,
    h2,
    h3,
    h4 {
        font-size: 25px;
    }


    .icons {
        width: 150px;
        padding-bottom: 5px;
    }

    .icon-wrapper {
        padding: 5px 20px;
    }


    .logo-im-div {
        margin-top: 48px;
    }
}






@media screen and (max-width: 600px) {
    .firstnav a:not(:first-child) {
        display: none;
    }

    .firstnav a.icon {
        float: right;
        display: block;
    }


    .firstnav.responsive {
        position: relative;
    }


    .firstnav.responsive a {
        float: none;
        display: block;
    }

    .purple {
        font-size: 20px;
    }

    .wrapper {
        padding: 50px 5%;
    }

    .background-img-div {
        height: 250px;
    }

    .icon-wrapper {
        width: min-content;
    }
}







/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 768px) {

    /*CSS*/
    .background-img-div {
        background-size: 75vw, 75vw, cover;
        background-attachment: scroll;
    }

    .white-wrapper {
        background-size: 75vw, 75vw, cover;
    }


}

@media screen and (max-width: 480px) {

    /*CSS*/
    body {
        font: 300 16px/1.3em catamaran;
    }

    .background-img-div {
        height: 150px;

    }

    .logo-im-div {
        height: 150px;
        background-size: 225px, 135vw;
    }

    .wood {
        background-size: 135vw;
    }
}

/* dsa Störer ANFANG */

#dsa-stoerer{
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    width: 80%;
    max-width: 640px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    background-color: #fff;
    border: 3px solid #9e4a90;
    z-index: 9999999;
}

#dsa-stoerer #active, #dsa-stoerer #activelabel{
    display: none;
}
#dsa-stoerer strong {
    color: #9e4a90;
    font-weight: 700;
}
#dsa-stoerer a {
    color: #9e4a90;
}
#dsa-stoerer h2 {
    justify-content: center;
}
#close-dsa-stoerer{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #9e4a90;
}

/* dsa Störer ENDE */