* {

}

html {
    font-family: Arial,sans-serif;
    font-size:15px;
    line-height:1.5

}

body {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: Arial,sans-serif;
    font-weight:400;margin:0;
}

h1 {
    margin-bottom: 15px;
    font-siz: 2em;
}

h2 { 
    font-size: 1.4em;
}

hr{
    border:0;
    border-top:1px solid #eee;
    margin:20px 0
}

img { 
    width: auto; /* IE8 */
}

.show textarea {
    width: 77%!important;
}

a:visited {
    color: #333;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    min-height: 1px;
    width: 100%;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

}

@media only screen and (min-width: 1400px) {
    .button-angebote {
        padding: 5px -5px 5px -1%;
        width: 20%!important;
    }
    .teaserbox {
        max-width: 300px!important;
        width: 33%;
        height: auto;
    }

    .teaserbox p {
        width: 88%!important;
        margin-bottom: 0.5em!important;

    }
}

@media only screen and (min-width: 1000px)
and (max-width: 1400px){
    .button-angebote {
        width: 25%!important;
        min-width: 100px;
    }

    .teaserbox {
        max-width: 300px!important;
        width: 31%;
        height: auto;
    }

    .teaserbox p {
        width: 82%!important;
        max-width: 265px;
        border: solid red 1px;
        margin-bottom: 0.5em!important;
    }

    /*    .content-wrapper {
            top: 80%!important!
        }*/

    input[type=text] {
        padding: 5px 12px 5px 10px!important;
    }

    .loginmodal-container textarea
    {
        /*padding: 5px 12px 5px 10px!important;*/
    }

}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1337; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255, 101, 53 ); /* Black fallback color */
    background-color: rgba(255, 101, 53, 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content   {
    color: white!important;
    position: relative;
    top: 10%; /* 25% from the top */
    line-height: 2em;
    margin: 0!important;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 32px;
    color: white;
    width: 100%;
    z-index:100;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    text-decoration: none;
    color: #fff;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    height: auto;
    border-radius: 5px;
    font-size: 2.5em!important;
    line-height: 0!important;
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    padding: 20px 10px!important;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        color: white;
        z-index: 1337;
        position: absolute;
    }
}
.burger-button {
    display: none!important;
    padding: 15px!important;
    position: absolute;
    right: 21px;
    z-index: 500;
    top: 23px;
    width: 40px;
    height: 40px;

}

/* Smartphone */

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

    .anmelden, a:link {
        padding: 0!important;
    }

    .nav-right, .nav-left {
        display: none!important;
    }

    .nav {
        padding: 5px!important;
    }

    .slider {
        margin-top: 99px!important;
        /*        height: 275px;*/
    }

    .teaserbox {
        max-width: 48%;
    }

    .slider-badges {
        top: 60%!important;
    }
    .slider-display-left, .slider-display-right {
        top: 30%!important;
        margin: 2%!important;
    }

    .slider-teaser-box {
        width: 68%!important;
        font-size: 4.2vw!important;
        top: 35%!important;
    }

    .slider-teaser-box p {
        margin: 2%!important;
    }

    input[type=text] {
        padding: 3px 12px 3px 35%!important;
        font-size: 1em!important;
    }

    .button, .anmelden, .startseite {
        display: none!important;
    }

    .button-angebote {
        display:block!important;
        width:100px!important;
    }

    .burger-button {
        display: block!important;
    }

    .overlay-content>ul, li, a:link {
        list-style-type: none;
        padding: 0;
        font-size: 20pt!important;
        line-height: 1.8em;
        color: white!important;
    }

    .logo {
        padding: 15px;
        display: flex;
        justify-content: center;
    }

    .burger-button {
        width: 40px!important;
        height: 40px!important;
        top: 8px!important;
        right: 5px!important;
        padding: 9px!important;
    }

    .search {
        width: 500px!important;
    }

    .navlist-footer a, li {
        line-height: 5vh!important;
        margin: 1px 0;
        border-radius: 5px;
        background-color: #ff6535!important;
        color: white!important;
    }

    .navlist-footer a:focus, a:hover {
        background-color:white!important;
        color: #ff6535!important;
        cursor: pointer;
    }

    .panel-info {
        font-size: 1.5em;
        line-height: 10vw;
    }
}
.pull-left-15 {
    margin-left: -2%;
    padding: 0;
}

.teaserbox {
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 0 0 1% 1%;
    border: 1px solid #46b8da;
    max-width: 30%;
    max-width: 250px;
    min-width: 200px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 2%;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    min-height: 335px;
}

.teaserbox p {
    width: 20em;
    margin: 0;
    margin-bottom: 1em;
    padding:0;
    font-size: 1em;
}

.teaserbox a {
    padding: 0!important;
    margin: 0!important;
}

.teaserbox img {
    width: auto;
    max-height: 232px;
    margin: -15px;
    margin-bottom: 5px;
}

.teaserbox-heading {
    padding: 5px 12px;
    background-color: #46b8da;
    color: white;
}

.teaserbox h2 {
    letter-spacing: 0;
}

.teaserbox:hover h2{
    text-decoration: underline #46b8da;
    -webkit-transition: padding 0.2s ease; /* For Safari 3.1 to 6.0 */
    transition: padding 0.2s ease;

}
.button-teaserbox {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    right: 0;
    max-height: 36px;
    font-size: 1em;
    width: 100%!important;
    position: absolute;
    bottom: 0;
    padding-top: 8px!important;
    -webkit-transition: padding 0.2s ease; /* For Safari 3.1 to 6.0 */
    transition: padding 0.2s ease;
}

.button-teaserbox:hover {
    letter-spacing: 1pt;
}

mark {
    padding: 6px;
    position: absolute;
    top: 239px;
    right: 0;
    border-top-left-radius: 4px;
}
/*** iPad in landscape ***/
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
{ 
    .nav-left {
        margin: 0 5px!important;

    }
    .button {
        font-size: 14px!important;
        width: 30%;
        margin: 5px 0;
    }
    .teaserbox p {
        width: 56%;
        padding: 0;
        border: solid red 1px;
        margin-left: -5px;
        margin-top: 0;
        font-size: 1em;
    }


    .col-4 {
        width: 30%!important;
    }
    .button span:after {
        display: none;
    }
    .button:hover span {
        padding-right:  0!important;
    }

    .search {
        padding: 0;
    }

    .col-4 {
        width: 33.33%!important;
    }
    input[type=text] {
        font-size: 12px!important;
        padding: 5px 8px 3px 30%!important;
        margin: 7px 0!important;
        width: 75%;
    }

    .nav {
        padding: 0!important;
        top: -50px!important;
        width: 101%!important;
    }

    .button33 {
        width: 40%;
    }

    .button-angebote {
        width: 27%!important;
        min-width: 100px;
    }
    .anmelden {
        position: absolute!important;
        right: 1%!important;
        top: 15%!important;
    }

    .startseite {
        position: absolute!important;
        left: 1%!important;
        top: 15%!important;
    }

    .button-search {
        height: 2.05em!important;
        margin-left: -6px!important;
        margin-top: 8px!important; 
    }

    button-angebote {
        margin: 5px -5px 5px 3px!important
    }
}

/* ipad portrait */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
{
    .slider-teaser-box {
        top: 45%!important;
        margin-bottom: 100%;
        font-size: 1.8vw!important;
    }

    .slider {
        margin-top: 0!important;
    }

    .slider-badges {
        top: 68%!important;
    }

    h1 {
        margin: -10px 0 10px 0!important;
    }

    .footer {
        margin: 0!important;
    }
    /*     .content-box {
             margin: 0 1%!important;
         }*/

    .teaser-box-button
    {
        font-size: 1.85rem!important;
        width: 56%!important;
        right: 0!important;
    }

    input[type=text] {
        width: 100%!important;
        font-size: 12px!important;
        height: 28px!important;
        padding: 5px 8px 3px 34%!important;

    }
    .button {
        font-size: 9pt!important;
    }
    .button-angebote {
        margin: 7px -1px 5px 1%!important;
        padding: 0.4em 3%!important;
        width: 27%;
        height: auto!important;
        margin: 0!important;
    }

    .button-search {
        padding-right: 28px!important;
        height: 28px!important;
        background-position: 7px 4px!important;
        margin-top: 7px!important;
    }
    .nav-left {
        max-width: 250px;
        margin: 0 5px 0 10px!important;
    }


    /*    .startseite {
            margin-left: 40px!important;s
            padding: 0 1%!important;
        }*/
    .button33 {
        margin: 0!important;
        width: 10%;
    }
    .nav-right {
        max-width: 250px;
        margin-left: 1.6%;
        left: -7px;
        top: -1px;
    }

    select {
        background-position-y: 4px!important;   
    }

    .nav {
        top: -43px!important;
        left: -7px;
    }


}


.header-blur {
    background-color: #fff;
    filter: blur(1px);
    opacity: 0.9; 
    /*    backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);*/
    color: #ffffff;
    height: 100px;
    padding:0;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    right: -1px;
    overflow: hidden;
    z-index: 1000;
}
.header {
    color: #ffffff;
    height: 55px;
    padding:0;
    position: absolute;
    top:0;
    z-index: 1000;
    text-align: center;
}


.header-left {
    padding: 0;
    max-width: 40%;
}
.header-right {
    max-width: 40%;
    padding: 0;
}

/* remove standard-styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
} 

/* styling */
select {
    position: relative;
    display: inline-block;
    background-color:white;
    background-image:url('../img/arrow-down.png');
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: 7px;
}
/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

option {
    background:#fff;
    color: #333;
    padding:0em 0 0em 0.8em;
    text-align: left;
}

.nav {
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
    position: relative;
    top: -46px;
    display: block;
    z-index: 1000;
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
.logo > a{
    margin: 0!important;
    padding: 0!important;
    margin-left: -18px!important;
    filter: blur(0px)!important;
    z-index: 1000;
    position: relative;
    opacity: 1!important;

}


.startseite {
    color: #5f5f5f;
    float: right;
    margin-right: 2%;
}
.anmelden {
    float:left!important;;

}
.anmelden, a:link{
    color: #5f5f5f;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.1pt;
    padding: 30px 2%;
    font-size: 14px;
    color: #333;
}

.anmelden {
    padding: 30px 1%!important;
    }

.anmelden, a:hover {
    color: red;
    text-decoration: underline;     
}

.anmelden {
    color: #333;  
}

.search {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.nav-left {
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-right: 1%;
    max-width: 420px;
    position: relative;

}

.nav-right {
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-left: 1.5%;
    max-width: 420px;
    position: relative;
}


input[type=text] {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 16px;
    display: block;
    width: 99%;
    height: 35px;
    background-color: white;
    margin: 0;
    padding: 3px 12px 3px 23%;
    position: relative;

}

.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #ff6535;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    padding: 10px 12px 10px 10px;
    width: 29%;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align:middle;
    margin: 0;
}

.button-show {
    display: inline-block;
    border-radius: 4px;
    background-color: #ff6535;
    border: none;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    padding: 10px;
    width: 32.89%!important;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align:middle;
    /*  z-index: 1233211232;*/
    margin: 0;
}
.button-show a {
    color: white!important;
    opacity: 1!important;
}

.button33 {
    width:37%;
    margin: 0 3%;
}

.button:hover, .button-show:hover {
    background-color: #f4511e;
    letter-spacing: 0.1rem;
}

.button-angebote {

    height: 35px;
    display: block;
    position: absolute;
    float: left;
    border-radius: 4px;
    background-color: #46b8da;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0.35em 2%;
    left: 0;
    cursor: pointer;
    width: 20%;
    /* margin: 5px -5px 5px 0; */
    z-index: 123;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;  
}
.button-angebote:hover {
    background-color: #31b0d5; 
}
.button-search {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    background-color: #f0ad4e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    height: 35px;
    margin-left: -1%;
    padding-right: 30px;
    width: auto;
    cursor: pointer;
    background-image: url('../img/searchicon.png');
    background-position: 8px 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;  
    background-repeat: no-repeat;
}

.button-search:hover { 
    background-color: #ec971f;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}


.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.slider {
    padding:0;
    margin-top: -100px;
    position: absolute;
    top: -100px;
    z-index: 100;
}


.slider-teaser-box {
    position:absolute;
    top:50%;
    font-size: 1.8vw;
    display: none;
    width: auto;
    cursor: pointer;
    left:50%;
    padding:  0 2%;
    border-radius: 5px;
    opacity: 0.95;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    background-color: #fff!important;
}

.teaser-box-button {
    bottom: -20%;
    right: 0;
    font-size: 0.85em!important;
    width: auto;
    padding: 1% 2%;
    position: absolute;
    -webkit-transition: padding 0.2s ease; /* For Safari 3.1 to 6.0 */
    transition: padding 0.2s ease;
}

.teaser-box-button:hover {
    padding: 3% 4%;
}

.content {
    top: 75%;
    z-index: 12342;
    position: absolute;
    background: white;
    padding: 3%;
    padding-top: 0;
}
.content span {
    padding:0;
}

.sidebar {
    background-color: #333;
}

.footer {
    padding: 0;
    text-align: center;
}

.footer p {
    font-size: 0.9em;
    color: #333;
}

.navlist-footer {
    padding:0!important;

}

.navlist-footer a {
    background: #f1f1f1;
    padding: 5px 0!important;
    width: 100%;
    color: #333;
    font-size: 1em!important;
}

.panel {
    padding: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);

}
.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #fdd091;
    border-color: #faebcc;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
    color: inherit;
}
.panel-body, label {
    /*padding: 15px;*/
    cursor: pointer;
}

.panel-primary {
    margin-top: 4%;
    border-color: #46b8da;
}
.navlist-footer a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navlist-footer a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navlist-footer a:hover {
    color: #fff;
    background: #ff6535;
    text-decoration: none;
}


.navlist-footer li
{
    padding: 0!important;
    list-style-type: none;
    text-align: center;

}

.slider-badges {
    position: absolute;
    top: 71%;
    width: 100%;
    text-align: center;
    display: block;
}
.slider-left, .slider-right, .slider-badge {cursor:pointer}

.slider-badge {
    height: 22px;
    width: 23px;
    padding: 0;
    margin: 2px;
}


.mySlides {
    display:none;
    width: 100%;
    height: auto;

}

.red{
    color:red;
}

.form-area
{
    background-color: #FAFAFA;
    padding: 10px 40px 60px;
    margin: 10px 0px 60px;
    border: 1px solid GREY;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px 20px 20px 20px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Arial', sans-serif;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    border-radius: 4px;
    display: block;
    position: relative;
    font-weight: 600;
    margin: 10px 0 0 0;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.1s;
    background-color: #ff6535;
}

.loginmodal-container input[type=text], input[type=password], input[type=email] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 5px 12px 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    letter-spacing: 1pt;
/*    text-shadow: 0 1px rgba(0,0,0,0.1); */
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
/*    text-shadow: 2px 2px rgba(0,0,0,0.3);*/
    background-color: #f4511e!important;
    letter-spacing: 2pt;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.1s;
} 

.login-help{
    font-size: 12px;
}

.login-help a:link {
    padding: 15px 15px 0 15px;
    margin-left: 10x;
}

.login-help a:hover{
    color: red;
    text-decoration: underline;
}
.margin-left {
    margin-left: 15px;
}

.button-buchen {
    float: left;
    color: white!important;
    width:32%;
    line-height: 29pt;
}
nav-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff6535;
  border: none;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px!important;
  color: white!important;
  padding: 5px!important;
  padding-top: 6px!important;
  width: 29%;
  transition: all 0.5s;
  cursor: pointer;
  vertical-align:middle;
  margin: 0;
}

.nav-button a:hover{
  display: inline-block;
  border-radius: 4px;
  background-color: #ff6535;
  border: none!important;
  text-decoration: none!important;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px!important;
  color: white!important;
  padding: 5px!important;
  padding-top: 6px!important;
  width: 29%;
  transition: all 0.5s;
  cursor: pointer;
  vertical-align:middle;
  margin: 0;
}

.nav-button:hover {
    background-color: #f4511e;
}


.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.nav-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.nav-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

.nav-button:hover span {
  padding-right: 15px;
}

.nav-button:hover span:after {
  opacity: 1;
  right: 0;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}


.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.add-container {
    max-width: 850px!important;
}

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

.loginmodal-container h3 {
    margin: 15px 0 5px 0 ;
    color: #333;
}
.loginmodal-container textarea, select
{
    font-family: Arial, sans-serif;
    padding: 10px 12px 10px 10px;
    width: 97%;
    font-size: 16px;
}
.loginmodal-container select
{
    width: 100%!important;
    cursor: pointer;
}
.loginmodal-container input{
    font-family: Arial, sans-serif;
    padding: 10px 12px 10px 10px;
    font-size: 16px;
}

.center {
    text-align: center;
}

.loginmodal-container details {
    margin: 18px 0;
}

.loginmodal-container summary {
    margin: 10px 0;
    overflow: hidden;
    cursor: pointer;
}

.add-container img {
    display: inline-block;
    float: right;
    margin-top: -50px;
    margin-right: 4px;
}

.add-container a {
    padding: 0;
    opacity: 1!important;
    font-size: 15px;
    display: block;
}

.showlink {
    display: inline-block!important;
}

.add-container a:hover {
    color: #31b0d5;
}

.add-container label {
    padding: 0;
}

.readonly {
    background-color: #faebcc!important;
}

.width49 {
    width: 49%!important;
    float: left;
}

.show {
    margin-top: 70px;

}

.show-img {
    margin-top: -19px!important;
    margin-right: 4px!important;
}

.add-img {
    margin-top: 0!important;
    margin-right: 0!important;
}

.float-left {
    float: left;

}

.titel {
    margin: 0!important;
}
.TitelTitle {
    position: absolute!important;
    max-width: 630px;
}

.margin-top43 {
    margin-top: 43px!important;
    display: inline;
}

.input-bild-container {
    height: 44px;
    font-size: 16px;
    max-width: 630px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    margin-top: 60px;
    padding: 0 12px 5px 10px;
    box-sizing: border-box;
}
.input-bild-container input {
    padding: 9px 12px 5px 5px;
}
.bildTitel {
    margint-top: 55px;
}

.logout  a{
    position: absolute;
    right: 0;
    color: #333!important;
    z-index: 1233;
    top: 0;
}

.alert {
    border-radius: 4px;
    padding: 4px;
    margin: 15px 0;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}