/* html{
    scroll-behavior: smooth!important;
} */
body {
    font-family: "Bahnschrift";
    font-size: 20px;
    color: #7b7876;
    font-weight: 300;
    overflow-x: hidden;
}
.flexx{
    display:flex;
}
.row {
    overflow-x: hidden;
    overflow-y: hidden;

}

h1 {
    font-size: 31px;
    color: #22252d;
    font-weight: bold;
}

h3 {
    font-size: 25px;
    color: #22252d;
    font-weight: bold;
    text-align: center;
}

.v_center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mt-80 {
    margin-top: 80px;
}

.section_p-80 {
    padding: 80px 0;
}

.section_ins_40 {
    padding: 40px 0;
}

.pb-20{
    padding-bottom: 20px;
}

.section-title {
    font-size: 31px;
    color: #22252d;
    font-weight: bold;
}

.ui-datepicker-header{
    /*background: radial-gradient(#CCCCCC, #D3D3D3) 50%  50%!important;*/
    background: #183980 !important;
    color: white!important;
}

.ui-corner-all{
    background-color: #e8e8e8;
    margin-top: 3px;
}


.ui-datepicker-title{
    font-family: Bahnschrift !important;
    font-size: 20px!important;
    font-weight: bold!important;
}

.ui-datepicker-calendar thead{
    font-family: Bahnschrift !important;
    font-size: 20px!important;
    font-weight: bold!important;
}

.ui-datepicker-calendar tbody a ,.ui-datepicker-calendar tbody {
    font-size: 17px!important;
    text-align: center!important;
}

select option{
    font-size: 17px!important;
}




.wickedpicker{
    height: 145px!important;
    padding: 5px;
    margin-left: -135px!important;
}



.wickedpicker__title{
    border: 1px solid #aaaaaa!important;
    background: #183980 !important;
    color: white!important;
    /*background: radial-gradient(#CCCCCC, #D3D3D3) 50%  50%!important;*/
    font-size: 17px!important;
    color: white!important;
    font-weight: bold!important;
    padding: .2em 0;
    border-radius: 4px;

    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

/* Navbar  */
nav {
    background-color: rgb(255, 255, 255);
}

#nav_logo {
    max-width: auto;
    height: 103px;
}

/* End Navbar */

#section1 {
    position: relative;
    /*min-height: 568px;*/
    width: 100%;
    height: calc(50vh - 88px);
    background-position: center;
    background-size: cover;
    background-image: url("../img/header.png");
}

#section1 .contact .btn{
    color: #193a80;
    font-size: 17px;
}

#section1 .dropdown-item{
    color: #193a80;
    font-size: 20px;
}

#section1 .header-gradient {
    position: relative;
    top: calc(50vh - 259px);
    width: 100%;
    height: 171px;
    background-image: linear-gradient(0deg, #183980 0%, rgba(6, 6, 6, 0) 100%);
}


#section2 {
    background-image: linear-gradient(rgba(255, 255, 255, .8) 100%, rgba(255, 255, 255, .8) 100%), url("../img/Layer 11.png");
    background-color: #ffffff77;
    background-size: cover;
    background-position: center;
    min-height: 717px;
    width: 100%;
}

.img_account_manager{
    width: 166px;
    height: 166px;
    object-fit: cover;
    border-radius: 50%
}

#section2 .account-manager-name {
    text-align: center;
}

#section4 {
    background-image: url('../img/Layer 14.png');
    background-size: cover;
    background-position: center;
    min-height: 736px;
    height: 100%;
    position: relative;
}

#mastercard {
    padding: 50px;
    top: 60px;
    position: relative;

    /*max-width: 374px;*/
    /*margin: 0;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/


    /*height: 100%;*/
    background-color: #ffffff;
    /*border: 2px solid #c7c7c7;*/
}

#section6 {
    background-color: #82ca9c;
    text-align: right;
}

#section6 h1, #section6 p {
    padding-right: 20px;
}

#section6 p{
    color: #fffefd;
}

/* ----------------argjend  */
/* Events  */

#events {
    background-image: url('../img/events.png');
    background-size: cover;
    background-position: center;
    min-height: 736px;
    height: 100%;
}

#exklusive {
    padding: 50px;
    top: 350px;
    position: relative;
    height: 229px;
    background-color: #ffffff;
}

#exklusive h1 {
    text-align: center;
}

#exklusive p {
    text-align: center;
}

/* /Events  */

/* Contact  */

/* #contact {
    margin: 100px 0px;
} */

#contact #contact_border {
    width: 100%;
    /* min-height: 496px; */
    /*height: 100%;*/
    max-height: 90%;
    margin-top: 60px;
    background-color: #fff;
    border: 4px solid #193980 !important;
}

#contact #btn {
    height: 55px;
    border-radius: 10px;
    background-color: #183980;
    color: #fff;
}

#contact h1 {
    width: 100% !important;
    font-size: 31px;
    color: #22252d;
    font-weight: bold;
}

#contact p {
    font-size: 20px;
    color: #7b7876;
    font-weight: 300;
}

.zeit select::-webkit-scrollbar {
    display: none;
}

/* /Contct  */


/* WIllkomen */
#section_willkomen {
    background-image: url('../img/Layer 2.png');
    background-size: cover;
    background-position: center;
    height: calc(100vh - 129px);
    padding-bottom: 8vh;
    padding-top: 20vh;
    min-height: 400px;
}

#willkomen {
    height: 50%;
    width: 80%;
    margin: 0 auto;
    padding: 20%;
    background-color: rgba(17, 17, 17, 0.6);
    min-height: 350px;
    position: relative;
}

#willkomen #content {
    max-width: 374px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



#willkomen h1, #willkomen p {
    color: white;
}

#willkomen h1 {
    font-size: 50px;
}

#willkomen input {
    padding: 0.3vw;
    margin-top: 2vh;
    border-radius: 10px;
    font-size: 20px;
    border: none!important;
}

#willkomen #message {
    /*border: red solid 2px;*/
    color: white!important;
    font-size: 20px !important;
}

#btn-uintreten{
    font-size: 13px!important;
    border-radius: 0!important;

    padding: 8px 60px!important;
    color: #183980!important;

}

/* WIllkomen */


/* Footer  */

#footer {
    padding: 10px 0;
    /* height: 100%; */
    background-color: #183980;
}

#footer img{
    max-width: 40%!important;
     min-width: 150px;
}

#footer p,
a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
}

#footer h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    color: #ccc;
}

#footer .nav_footer {
    text-align: right;
}

#footer #footer_border_top {
    height: 2px;
    background-color: #cccccc;
}

#footer #copyright {
    height: 37px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300
}

#cookie_ {
    overflow: hidden;
    background-color: #183980;
    color: #ffffff;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -15px 40px 1px rgba(0, 0, 0, 0.30);
}

#cookie_ a {
    font-size: 16px;
    text-decoration: underline;
}

#cookie_ .btn {
    margin-top: 5px;
    padding: 4px 45px !important;
    max-height: 38px;
}

/* /Footer  */

@media only screen and (max-width: 1199px) {
    #exklusive, #mastercard {
        top: 0;
    }
    
    #section1 .contact .btn{
        font-size: 17px;
    }
    
    #cookie_ .btn {
        margin-top: 4px;
        font-size: 14px;
    }
    
}

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

    #section1 .contact .btn{
        font-size: 16px;
    }
    
    #section1 .dropdown button{
        font-size: 16px;
    }

    #section1 .dropdown-item{
        font-size: 16px;
    }

    .secton2 {
        height: 100% !important;
    }

    .section_m-40 {
        margin: 30px 0;
    }

    /* Events  */
    #exklusive, #mastercard {
        padding: 20px;
        top: 140px;
        /* height: 100%; */
    }

    h1 {
        font-size: 25px;
    }

    #willkomen h1 {
        font-size: 35px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 17px;
    }
    
    #cookie_ {
        text-align: center;
    }

    #cookie_ .btn {
        margin-top: 20px;
        font-size: 13px;
        padding: 4px 45px !important;
    }

    /* /Events  */
}


@media only screen and (max-width: 767px) {
    .flexx{
        display:unset;
    }

    #nav_logo {
        width: 200px;
    }

    .section_m-40 {
        margin: 20px 0px;
    }

    .section_ins_40 {
        padding: 10px 0;
    }

    .v_center {
        position: relative;
    }

    .pb-767-20 {
        padding-bottom: 20px;
    }

    .p-767-20 {
        padding: 20px !important;
    }

    .px-767-00 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-767-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .px-767-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .py-767-00 {
        padding-top: 00px !important;
        padding-bottom: 00px !important;
    }

    .wickedpicker{
        margin-left: -185px!important;
    }

    .w-100_h-auto{
        width: 100%;
        height: auto;
    }

    #section1 .contact .btn{
        font-size: 12px;
    }

    #section1 .dropdown button{
        font-size: 14px;
    }

    #section1 .dropdown-item{
        font-size: 14px;
    }

    /* Events  */
    #exklusive, #mastercard {
        padding: 10px;
        top: 200px;
        /* height: 100%; */
    }

    h1 {
        font-size: 17px;
        text-align: left;
    }

    #willkomen h1, #willkomen p {
        text-align: center !important;
    }

    #willkomen h1 {
        font-size: 25px;
    }
    
    #btn-uintreten{
        padding: 8px 40px!important;
    }

    h3 {
        font-size: 15px;
        text-align: justify;
    }

    p {
        text-align: left;
        font-size: 12px;
    }

    #section1 .dropdown {
        justify-content: center;
    }

    /* /Events  */
    /* Contact  */
    #contact label, #btn {
        font-size: 12px;
    }

    #contact h1 {
        font-size: 17px;
        text-align: center;
    }

    #contact p {
        font-size: 12px;
    }

    /* /Contact  */
    /* Footer  */
    #footer p,
    a {
        font-size: 12px;
    }

    #footer h4 {
        font-size: 15px;
    }

    #footer .nav_footer {
        padding: 20px;
        text-align: left;
        margin: auto;
    }

    .w_100_section7{
        width:100% !important;
    }

    #cookie_ p{
        text-align: center;
    }

    #cookie_ a {
        font-size: 12px;
    }

    #cookie_ .btn {
        margin-top: 3px;
        font-size: 12px;
        padding: 3px 45px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /* /Footer  */
}

/* impresumm*/

.breadcrumbs {
	display: none;
}

#nimble-header .sek-column-inner {
	pointer-events: none;
}

.welcome_msg {
	text-align: right;
  font-family: 'Montserrat';
  font-size: 3vmax;
  color: #ffffff;
}

.cta_contact {
	float: right;
}

#wpforms-submit-281 {
	  font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat';
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.tc-header.border-top { border-top-width: 5px; border-top-style: solid }
#czr-push-footer { display: none; visibility: hidden; }
        .czr-sticky-footer #czr-push-footer.sticky-footer-enabled { display: block; }