@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.weingut-schmoelzer.at/css/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://www.weingut-schmoelzer.at/css/OpenSans-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://www.weingut-schmoelzer.at/css/OpenSans-Bold.ttf) format('truetype');
}

body {
    background: rgba(35, 31, 32, 0.18);
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    font-weight: 400;
    font-size: 11pt;
    color: #231F20;
}

h1 {
    color: #231F20;
    font-size: 56px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

h2 {
    color: #231F20;
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5 px;
}

h3 {
    color: #78964e;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-bottom: 8pt;
    font-weight: 400;
    margin-top: 15pt;
}

h4 {
    color: #231F20;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0));
    width: 50%
}

.google-maps {
    position: relative;
    padding-bottom: 23%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    margin-bottom: -100px;
    margin-top: 100px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.formular iframe {
    height: 1000px;
}

@media (max-width: 1199px) {
    .formular iframe {
        height: 1400px;
    }
}

.video-frame {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.nav-logo {
    width: 60px;
    margin-top: 10px;
}

#fancybox-wrap * {
    max-width: 100% !important;
}

.success-message {
    display: none;
}

#fancybox-wrap,
#fancybox-wrap * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.toggle-btn {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

#pruefung {
    display: none;
}


/*Suchfunktion Styles*/

.sufu {
    min-height: 400px;
    padding-top: 20px;
}

.sufu-margin {
    margin-top: 15px;
}

.search-heading {
    background-color: #fdfdfd;
    padding: 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E40000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-result {
    background-color: transparent;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    border-radius: 4px;
    margin-bottom: 10px;
}

.search-content {
    padding: 10px;
}

.search-content h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.search-content h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.search-content p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.search-wrapper {
    width: 220px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.search-wrapper input {
    width: 148px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #d3d3d3;
    background: #EEE;
    border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    background: #D83C3C;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before {
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}


/*Ende Sufu*/


/*2. Untermenü*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.open>.dropdown-submenu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
    margin-left: 5px;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*2. Untermenü*/

.footer {
    background-color: #231F20;
    padding-top: 65pt;
    padding-bottom: 65pt;
    background-repeat: repeat;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    background-image: url("/FooterBG.png");
    min-height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 75pt;
}

.footer .container {
    padding-top: 0;
}

.footer h4 {
    color: #888;
    font-weight: 600;
}

.footer a {
    color: #9ecf5a;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.subfooter {
    background: rgba(35, 31, 32, 0.95);
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
}

.subfooter img {
    padding: 0 10pt 0 10pt;
}

.box {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.box h2 {
    margin-top: 0px;
    text-transform: none;
    font-size: 20px;
    color: #777
}

.box p {
    min-height: 80px
}

.btn-primary {
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
}

.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #D83C3C;
    color: #D83C3C;
}


/*Styles für Layout Stefan*/

.parallax-window {
    min-height: 300px;
    background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
    background-color: #313131;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.dropdown.open {
    background-color: #212121;
}

@media(min-width:768px) {
    .dropdown-menu {
        background-color: #fff;
        border-bottom: 5px solid #D83C3C;
        border-radius: 0;
    }
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #D83C3C;
    color: #fff;
}

.header-start>div.carousel-inner>div.item>div.fill {
    min-height: 700px;
}

.section-dark {
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/knot.png);
    background-repeat: repeat;
    margin-bottom: 20px;
}

.primer-p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.primer-box {
    position: relative;
}

.pulse {
    -webkit-animation: pulse 3s linear infinite;
    -moz-animation: . pulse 3s linear infinite;
    -ms-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        -moz-transform: scale(0.97);
        -o-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.primer-column {
    float: left;
    width: 50%;
}

@media(min-width:768px) {
    .primer-column {
        float: left;
        width: 30%;
    }
}

.primer-i {
    font-size: 80px;
    color: #fff;
    padding-left: 13px;
    padding-right: 8px;
    padding-top: 8px;
    background-color: #D83C3C;
    float: right;
    border-radius: 6px;
    margin-right: 10px;
}

.primer-h1 {
    margin-top: -4px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
}

.primer-version {
    font-weight: bold;
}

.primer-dot {
    color: #D83C3C;
}

.primer-ul {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.primer-ul li {
    line-height: 30px;
    padding-left: 1em;
    text-indent: -.7em;
}

.primer-ul li:before {
    content: "• ";
    color: #D83C3C;
    margin-top: 10px;
}

.logo-primer {
    max-width: 180px;
}

.come-in {
    transform: translateY(400px);
    animation: come-in 1s ease forwards;
    animation-duration: 1s;
}

.already-visible {
    transform: translateX(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateX(0);
    }
}


/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/

.Formular2 .form-control {
    background: transparent;
    border: 0;
    border-radius: 0px;
    border-bottom: 2px solid #333;
    box-shadow: none;
}

.Formular2 label {
    display: none;
}

.Formular2 {
    max-width: 600px;
    display: block;
    margin: auto;
}

.Formular2 .btn-default {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}

.Formular2 .btn-default:hover {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

.parallax-section {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
    margin-top: 110pt;
    margin-bottom: -87px;
}

.parallax-section h1 {
    color: #fff;
}

.parallax-section h2 {
    color: #fff;
}

.artikel-image {
    width: 100%;
    margin-top: 20px;
    border: 1px dotted #9ecf5a;
}

.logo {
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: -90%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.imgheader {
    margin-top: -27px;
}

.grayscale img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-bottom: 30px;
    ;
}

.grayscale img:hover {
    -webkit-filter: none;
    filter: none;
}

.video-header {
    position: relative;
    top: 80px;
    width: 100%;
    z-index: 1;
    max-height: 900px;
}

.navbar-buttons {
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 3px;
    padding: 10px;
}

.navbar {
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 40px; */
    position: absolute;
    top: 0;
    z-index: 998;
    background-color: #231F20;
}

.overlay .nav-title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 15%;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 12pt;
}

.fblogo {
    position: absolute;
    right: 124pt;
    margin-top: -275pt;
}

.fa-2x {
    font-size: 2.8em;
    color: #fff;
}

.fa-2x:hover {
    color: #fff;
    text-decoration: none;
}

.container10 {
    background-color: #231F20;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 18px;
    font-weight: 300;
    padding-bottom: 75pt;
}

.container10 h1 {
    color: #9ecf5a;
}

.container10 h2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17pt;
}

.container10 h3 {
    color: #9ecf5a;
}

.container10 h4 {
    color: rgba(255, 255, 255, 0.8);
}

.container10 p {
    color: rgba(255, 255, 255, 0.8);
}

.container189 {
    background-color: #231F20;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 18px;
    font-weight: 300;
    padding-bottom: 75pt;
}

.container189 h1 {
    color: #9ecf5a;
}

.container189 h2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17pt;
}

.container189 h3 {
    color: #9ecf5a;
}

.container189 h4 {
    color: rgba(255, 255, 255, 0.8);
}

.container189 p {
    color: rgba(255, 255, 255, 0.8);
}
.container {
    padding-top: 80pt;
}

.subfooter .container {
    padding: 50pt 15px 50pt 15px;
}

.content-text {
    padding: 20pt;
    border: 1px dotted #9ecf5a;
}

.btn-veranstaltungen {
    text-align: center;
    background-color: #231F20;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 39%;
    margin-top: 30pt!important;
    width: 250px;
}

.btn-veranstaltungen:hover {
    color: #9ecf5a;
}

.btn-artikel {
    text-align: center;
    background-color: #231F20;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 0;
    margin-top: 20px!important;
}

.btn-artikel:hover {
    color: #9ecf5a;
}

.event .ueevent {
    font-size: 15pt;
    color: #000000;
    font-weight: 400;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 15px;
}

.event .ueevent:hover {
    color: #000000;
    text-decoration: none;
}

.event {
    padding-top: 30pt;
}

.info {
    font-weight: bold;
}

.event span {
    background-color: #9ecf5a;
    border-radius: 50%;
    padding: 10px;
    margin-left: 21px;
}

.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.container10 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 12pt;
    -moz-osx-font-smoothing: grayscale;
    /* margin-top: -3px; */
    vertical-align: middle;
}

.nav-events {
    border-bottom: 1px solid #231F20;
    margin-top: 55pt;
}

.nav-link {
    text-transform: uppercase;
    color: #231F20;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link:hover {
    color: #231F20;
    background-color: transparent;
    border-color: #231F20;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #231F20;
    border-color: #231F20 #231F20 #231F20;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #231F20 #231F20 #231F20;
}

.nav-item {
    margin: 0 5px 0 5px;
}

.tab-content>.active {
    display: block;
    margin-bottom: 30pt;
}

.winner img {
    max-width: 547px;
    height: auto;
}

.winner {
    background-color: #231F20;
}

.artwin img {
    max-width: 534px;
    height: auto;
}

.artwin {
    background: rgba(35, 31, 32, 0.1);
}

.container15 {
    margin-top: 30pt;
}

.ueerfolge {
    text-align: center;
    min-width: 390px;
    padding-top: 147pt;
}

.ueerfolge i {
    font-size: 85pt;
    padding-bottom: 15pt;
    color: #fff;
}
@media(max-width:991px){
  .ueerfolge {
      text-align: center;
      min-width: 90px;
      padding-top: 147pt;
  }


}


.ueerfolge h2 {
    color: #fff;
}

.winnereinzel {
    padding-left: 75pt;
    padding-bottom: 15pt;
    padding-top: 15pt;
    text-align: center;
    padding-right: 51pt;
    border-bottom: 2px solid #231f20;

}

.bgwinnereinzel {
    background: rgba(35, 31, 32, 0.1);
}
.winnereinzel p {
  /* font-weight:600; */
}
.winnereinzel img {
    max-width: 150px;
    height: auto;
    margin-top: 13pt;
}

.bgwinnereinzel .sm-col-8 {
    margin-bottom: 25px;
}

b,
strong {
    font-weight: 600;
}

a {
    color: #78964e;
}

a:hover {
    color: #78964e;
    text-decoration: underline;
}

.produkt-image {
    max-width: 150px;
    height: auto;
}

.product-center {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
}

.ue-classic {
    color: #9ecf5a;
}

.ue-lagen {
    color: #ef7b14;
}

.ue-privat {
    color: #8e7f39;
}

.ue-rot {
    color: #4b2391;
}

.ue-suess {
    color: #AC1B05;
}

.product-ue {
    min-height: 50px;
}

.btn-classic {
    margin-top: 0!important;
}

.btn-classic:hover {
    color: #9ecf5a;
    border: 1px solid #9ecf5a;
    background: rgba(255, 255, 255, 0.9);
}

.btn-lagenwein {
    margin-top: 0!important;
}

.btn-lagenwein:hover {
    color: #ef7b14;
    border: 1px solid #ef7b14;
    background: rgba(255, 255, 255, 0.9);
}

.btn-privat {
    margin-top: 0!important;
}

.btn-privat:hover {
    color: #8e7f39;
    border: 1px solid #8e7f39;
    background: rgba(255, 255, 255, 0.9);
}

.btn-rotwein {
    margin-top: 0!important;
}

.btn-rotwein:hover {
    color: #4b2391;
    border: 1px solid #4b2391;
    background: rgba(255, 255, 255, 0.9);
}

.btn-suesswein {
    margin-top: 0!important;
}

.btn-suesswein:hover {
    color: #AC1B05;
    border: 1px solid #AC1B05;
    background: rgba(255, 255, 255, 0.9);
}

.btn {
    border-radius: 0;
    color: #fff;
    border: 1px solid #231F20;
    background: rgba(35, 31, 32, 0.95);
    margin-top: 7pt;
}

.imgbtnclassic {
    background: url(/images/classicbtn.png);
    background-position: center;
    height: 333px;
    text-align: center;
    background-repeat: no-repeat;
    min-width: 20%;
    padding: 0 10px 0 10px;
}

.imgbtnlagenwein {
    background: url(/images/lagenbtn.png);
    background-position: center;
    height: 333px;
    text-align: center;
    background-repeat: no-repeat;
    min-width: 20%;
    padding: 0 10px 0 10px;
}

.imgbtnprivat {
    background: url(/images/privatbtn.png);
    background-position: center;
    height: 333px;
    text-align: center;
    background-repeat: no-repeat;
    min-width: 20%;
    padding: 0 10px 0 10px;
}

.imgbtnrotwein {
    background: url(/images/rotweinbtn.png);
    background-position: center;
    height: 333px;
    text-align: center;
    background-repeat: no-repeat;
    min-width: 20%;
    padding: 0 10px 0 10px;
}

.imgbtnsuesswein {
    background: url(/images/suessweinbtn.png);
    background-position: center;
    height: 333px;
    text-align: center;
    background-repeat: no-repeat;
    min-width: 20%;
    padding: 0 10px 0 10px;
}

.rowcenter {
    text-align: center;
    margin-top: 43pt;
}

.rowcenterwein {
    text-align: center;
}

.rowcenterwein .btn {
    margin: 0;
}

.topscroll {
    position: fixed;
    bottom: -60px;
    width: 100%;
    background: rgba(158, 207, 90, 0.7);
    z-index: 1000;
    font-size: 30pt;
    color: #2C2829;
    text-align: center;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.topscroll:hover {
    cursor: pointer;
}

.down {
    bottom: 0;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(35, 31, 32, 0.25);
}

.txtmenue {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12pt;
}

.Weinbestellung {}

.anmeldennl {
    position: relative;
    width: 212px;
    margin-top: -42px;
    z-index: 998;
    background-color: #9ecf5a;
    margin-left: 64.5%;
    padding: 10px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    text-align: center;
}

.anmeldennl a {
    color: #231F20;
}

.product-center img {
    border: none;
}

label {
    display: none;
}

.newsletter button {
    color: #fff!important;
    border: 1px solid #231F20!important;
    background: rgba(35, 31, 32, 0.95)!important;
    margin-bottom: 10px!important;
    margin-left: 15px!important;
}

.newsletter button:hover {
    color: #9ecf5a!important;
}

.newsletter input {
    margin-left: 15px!important;
}

.newsletter form {
    background-color: #9ecf5a;
    padding: 15px;
    max-width: 282px;
    margin-top: 0!important;
    padding-top: 0!important;
    margin-left: auto;
    margin-right: auto;
}

.ueform {
    margin-bottom: 18px;
}

.newsletter h2 {
    margin-top: 35px;
}

.container_form {
    margin-bottom: 123px;
}

.fa-classic {
    font-size: 20pt;
    margin-top: 78px;
    color: #9ecf5a;
}

.fa-lagenwein {
    font-size: 20pt;
    margin-top: 78px;
    color: #EF7B14;
}

.fa-privat {
    font-size: 20pt;
    margin-top: 78px;
    color: #8E7F39;
}

.fa-rotwein {
    font-size: 20pt;
    margin-top: 78px;
    color: #4B2391;
}

.fa-suesswein {
    font-size: 20pt;
    margin-top: 78px;
    color: #AC1B05;
}

button.owl-dot {
    margin-top: 10px;
    background-color: #94b960;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);
    opacity: 0.75;
}

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background-color: #94b960;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 1px dotted #9ecf5a;
}


/*----------------------------------RESPONSIVE ANPASSUNG----------------------------------*/

@media (max-width: 1024px) {
    .logo {
        max-width: 350px;
        width: 100%;
        position: fixed;
        top: -88%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .fblogo {
        position: absolute;
        right: 29pt;
        margin-top: -275pt;
    }
    .anmeldennl {
        position: relative;
        width: 212px;
        margin-top: -42px;
        z-index: 998;
        background-color: #9ecf5a;
        margin-left: 64%;
        padding: 10px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        text-align: center;
    }
    .artwin img {
        max-width: 439px;
        height: auto;
    }
    .artwin {
        background: rgba(35, 31, 32, 0.1);
        text-align: center;
    }
    .winnereinzel {
        margin-left: 25pt;
        margin-bottom: 50pt;
        margin-top: 50pt;
        text-align: left;
    }
    .winner img {
        max-width: 439px;
        height: auto;
    }
    h2 {
        color: #231F20;
        font-size: 28px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300 !important;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 5 px;
    }
}

@media (max-width: 991px) {
    .imgbtnclassic {
        min-width: 100%;
    }
    .imgbtnlagenwein {
        min-width: 100%;
    }
    .imgbtnprivat {
        min-width: 100%;
    }
    .imgbtnrotwein {
        min-width: 100%;
    }
    .imgbtnsuesswein {
        min-width: 100%;
    }
    .imgheader {
        margin-top: 10px;
    }
    .winnereinzel {
        margin-left: 0;
        margin-bottom: 50pt;
        margin-top: 50pt;
        text-align: left;
    }
    .zweiabst {
        margin-right: 15px;
        margin-bottom: 55px;
    }
    .btn-veranstaltungen {
        text-align: center;
        background-color: #231F20;
        color: rgba(255, 255, 255, 0.8);
        margin-left: 32%;
        margin-top: 30pt!important;
    }
    .fblogo {
        position: absolute;
        right: 42pt;
        margin-top: -275pt;
    }
}

@media (max-width: 767px) {
    .artwin img {
        max-width: 300px;
    }
    .topscroll {
        display: none;
    }
    .close-image {
        position: relative;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 15pt;
    }
    .modal-body h2 {
        font-size: 25pt;
    }
    .container10 h2 {
        font-size: 15pt;
    }
    .container {
        padding-top: 40pt;
    }
    .footer {
        background-color: #231F20;
        padding-top: 65pt;
        padding-bottom: 65pt;
        background-repeat: repeat;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        background-image: url(/FooterBG.png);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 75pt;
    }
    .anmeldennl {
        position: relative;
        width: 218px;
        margin-top: -42px;
        z-index: 998;
        background-color: #9ecf5a;
        margin-left: 35.5%;
        padding: 10px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        text-align: center;
    }
    .fblogo {
        position: absolute;
        right: 69pt;
        margin-top: -616pt;
    }
    .btn-veranstaltungen {
        text-align: center;
        background-color: #231F20;
        color: rgba(255, 255, 255, 0.8);
        margin-left: 25%;
        margin-top: 30pt!important;
    }
    .product-center {
        text-align: center;
        padding: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
        margin-bottom: 30px;
    }
    .imgheader {
        margin-top: 30px;
    }
    .winner img {
        max-width: 469px;
        height: auto;
    }
    .zweiabst {
        margin-bottom: 55px;
    }
    .navbar-buttons {
        width: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 3px;
        padding: 10px;
    }
    .logo {
        max-width: 250px;
        width: 100%;
        position: absolute;
        top: 20%;
        bottom: 0;
        left: 34px;
        right: 0;
        margin: 0 auto;
    }
    .winnereinzel {
        padding: 15pt;
    }
}

@media (max-width: 767px) {
    .overlay .nav-title {
        display: none;
    }
    .overlay nav {
        top: 40%;
    }
    .overlay ul li {
        margin-bottom: 20px;
    }
}

@media (max-width: 414px) {
    .ueerfolge {
        text-align: center;
        min-width: 300px;
        ;
        padding-top: 147pt;
    }
    .artwin img {
        max-width: 280px;
    }
    .topscroll {
        display: none;
    }
    .close-image {
        position: relative;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .logo {
        max-width: 165px;
        /* width: 100%; */
        position: absolute;
        top: 2%;
        bottom: 0;
        left: 45px;
        right: 0;
        margin: auto;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 15pt;
    }
    .container10 h2 {
        font-size: 15pt;
    }
    .anmeldennl {
        position: relative;
        width: 218px;
        margin-top: -42px;
        z-index: 998;
        background-color: #9ecf5a;
        margin-left: 27.5%;
        padding: 10px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        text-align: center;
    }
    .fblogo {
        position: absolute;
        right: 23pt;
        margin-top: -656pt;
    }
    .navbar-buttons {
        width: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 3px;
        padding: 10px;
    }
    .btn-veranstaltungen {
        text-align: center;
        background-color: #231F20;
        color: rgba(255, 255, 255, 0.8);
        margin-left: 23%;
        margin-top: 30pt!important;
    }
    .anmeldennl {
        position: relative;
        width: 218px;
        margin-top: -42px;
        z-index: 998;
        background-color: #9ecf5a;
        margin-left: 27.5%;
        padding: 10px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        text-align: center;
    }
}


/*---BUBBLES---*/

.bubbles {
    position: absolute;
    width: 40%;
    bottom: -22px;
    left: 30%;
    right: 0;
    height: 119px;
    overflow: hidden!important;
}

.bubbles circle {
    stroke: white;
    fill: none;
}

.bubbles>g>g:nth-of-type(3n) circle {
    stroke: #f7f7f7;
}

.bubbles>g>g:nth-of-type(4n) circle {
    stroke: #f7f7f7;
}

.bubbles-large {
    overflow: visible;
}

.bubbles-large>g {
    -webkit-transform: translateY(2048px);
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.bubbles-large g:nth-of-type(1) {
    -webkit-animation: up 6.5s infinite;
    animation: up 6.5s infinite;
}

.bubbles-large g:nth-of-type(1) g {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
}

.bubbles-large g:nth-of-type(1) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(2) {
    -webkit-animation: up 5.25s 250ms infinite;
    animation: up 5.25s 250ms infinite;
}

.bubbles-large g:nth-of-type(2) g {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
}

.bubbles-large g:nth-of-type(2) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(3) {
    -webkit-animation: up 6s 750ms infinite;
    animation: up 6s 750ms infinite;
}

.bubbles-large g:nth-of-type(3) g {
    -webkit-transform: translateX(700px);
    transform: translateX(700px);
}

.bubbles-large g:nth-of-type(3) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(4) {
    -webkit-animation: up 5.5s 1.5s infinite;
    animation: up 5.5s 1.5s infinite;
}

.bubbles-large g:nth-of-type(4) g {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}

.bubbles-large g:nth-of-type(4) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(5) {
    -webkit-animation: up 6.5s 4s infinite;
    animation: up 6.5s 4s infinite;
}

.bubbles-large g:nth-of-type(5) g {
    -webkit-transform: translateX(675px);
    transform: translateX(675px);
}

.bubbles-large g:nth-of-type(5) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-small {
    overflow: visible;
}

.bubbles-small>g {
    -webkit-transform: translateY(2048px);
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.bubbles-small g circle {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.bubbles-small g:nth-of-type(1) {
    -webkit-animation: up 5.25s infinite;
    animation: up 5.25s infinite;
}

.bubbles-small g:nth-of-type(1) g {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
}

.bubbles-small g:nth-of-type(1) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-small g:nth-of-type(2) {
    -webkit-animation: up 5.75s infinite;
    animation: up 5.75s infinite;
}

.bubbles-small g:nth-of-type(2) g {
    -webkit-transform: translateX(750px);
    transform: translateX(750px);
}

.bubbles-small g:nth-of-type(2) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-small g:nth-of-type(3) {
    -webkit-animation: up 5.25s 250ms infinite;
    animation: up 5.25s 250ms infinite;
}

.bubbles-small g:nth-of-type(3) g {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
}

.bubbles-small g:nth-of-type(3) circle {
    -webkit-animation: wobble 3s 250ms infinite ease-in-out;
    animation: wobble 3s 250ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(4) {
    -webkit-animation: up 5.75s 325ms infinite;
    animation: up 5.75s 325ms infinite;
}

.bubbles-small g:nth-of-type(4) g {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
}

.bubbles-small g:nth-of-type(4) circle {
    -webkit-animation: wobble 3s 325ms infinite ease-in-out;
    animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(5) {
    -webkit-animation: up 6s 125ms infinite;
    animation: up 6s 125ms infinite;
}

.bubbles-small g:nth-of-type(5) g {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
}

.bubbles-small g:nth-of-type(5) circle {
    -webkit-animation: wobble 3s 250ms infinite ease-in-out;
    animation: wobble 3s 250ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(6) {
    -webkit-animation: up 5.13s 250ms infinite;
    animation: up 5.13s 250ms infinite;
}

.bubbles-small g:nth-of-type(6) g {
    -webkit-transform: translateX(650px);
    transform: translateX(650px);
}

.bubbles-small g:nth-of-type(6) circle {
    -webkit-animation: wobble 3s 125ms infinite ease-in-out;
    animation: wobble 3s 125ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(7) {
    -webkit-animation: up 6.25s 350ms infinite;
    animation: up 6.25s 350ms infinite;
}

.bubbles-small g:nth-of-type(7) g {
    -webkit-transform: translateX(480px);
    transform: translateX(480px);
}

.bubbles-small g:nth-of-type(7) circle {
    -webkit-animation: wobble 3s 325ms infinite ease-in-out;
    animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(8) {
    -webkit-animation: up 7s 200ms infinite;
    animation: up 7s 200ms infinite;
}

.bubbles-small g:nth-of-type(8) g {
    -webkit-transform: translateX(330px);
    transform: translateX(330px);
}

.bubbles-small g:nth-of-type(8) circle {
    -webkit-animation: wobble 3s 325ms infinite ease-in-out;
    animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(9) {
    -webkit-animation: up 6.25s 233ms infinite;
    animation: up 6.25s 233ms infinite;
}

.bubbles-small g:nth-of-type(9) g {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
}

.bubbles-small g:nth-of-type(9) circle {
    -webkit-animation: wobble 3s 275ms infinite ease-in-out;
    animation: wobble 3s 275ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(10) {
    -webkit-animation: up 6s 900ms infinite;
    animation: up 6s 900ms infinite;
}

.bubbles-small g:nth-of-type(10) g {
    -webkit-transform: translateX(730px);
    transform: translateX(730px);
}

.bubbles-small g:nth-of-type(10) circle {
    -webkit-animation: wobble 2s 905ms infinite ease-in-out;
    animation: wobble 2s 905ms infinite ease-in-out;
}

@-webkit-keyframes wobble {
    33% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    66% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes wobble {
    33% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    66% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
    }
    10%,
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1024px);
        transform: translateY(-1024px);
    }
}

@keyframes up {
    0% {
        opacity: 0;
    }
    10%,
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1024px);
        transform: translateY(-1024px);
    }
}

.bubbles-container {
    height: 100px;
    position: relative;
}


/*---BUBBLES-END---*/

.rw-desc {
    min-height: 220px;
}

.desc-privat {
    min-height: 245px;
}

.desc-suess {
    min-height: 175px;
}

.desc-lage {
    min-height: 220px;
}

.desc-classic {
    min-height: 160px;
}

.form-horizontal.weinbestellung {
    background-color: white;
    padding: 10px;
}

.table-reservation {
    position: absolute;
    right: 90px;
    max-width: 70px;
    top: 10px;
    transition: transform 0.30s;
}


/* .table-reservation:hover {

top:0px;
} */

.table-reservation span {
    color: white;
    font-size: 12pt;
    position: relative;
    left: -35px;
}


/* .table-reservation span:hover {
	color:white;
	opacity: 1;
} */

.table-reservation img {
    max-width: 100%;
    position: relative;
    top: -12px;
    transition: transform .2s;
}

.table-reservation img:hover {
    transform: scale(1.2);
}

@media(max-width:767px) {
    .table-reservation {
        right: 18px;
        max-width: 45px;
        top: 32px;
    }
    .table-reservation span {
        display: none;
    }
}

.hr-weine {
    position: absolute;
    bottom: 0px;
}

.col-weine {
    position: relative;
}

.weinetext {
    padding-bottom: 30px;
}

.col-2.col-weine2 {
    left: -20px;
}

@media(max-width:767px) {
    .destkop {
        display: none;
    }
}

@media(min-width:767px) {
    .mobile {
        display: none;
    }
}

.kleinepause {
    border-color: #9ecf5a;
    border-width: 2px;
    border-style: dashed;
    padding: 0px 30px;
    display: inline-block;
}

video.video-bild-links {
    margin-left: -120px;
}

@media (min-width:1200px) and (max-width:1400px) {
    video.video-bild-links {
        width: 500px;
        margin-left: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    video.video-bild-links {
        margin-left: 0px;
        width: 420px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    video.video-bild-links {
        margin-left: -46px;
        width: 390px;
    }
}

@media (max-width:767px) and (min-width:581px) {
    video.video-bild-links {
        margin-left: 0;
        width: 485px;
    }
}

@media (max-width:580px) {
    video.video-bild-links {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    video.video-bild-rechts {
        width: 500px;
        margin-right: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    video.video-bild-rechts {
        margin-right: 0px;
        width: 420px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    video.video-bild-rechts {
        margin-right: -46px;
        width: 390px;
    }
}

@media (max-width:767px) and (min-width:581px) {
    video.video-bild-rechts {
        margin-right: 0;
        width: 485px;
    }
}

@media (max-width:580px) {
    video.video-bild-rechts {
        margin-right: -6px;
        width: 355px;
    }
}

h1#wn-sort {
    margin-bottom: 25px;
}

.newsletter {
    background-color: #9ecf5a;
    text-align: center;
    margin-bottom: -99px;
}

div#newsletter-anmeldung {
    padding: 0;
    background-color: #9ecf5a;
padding-top:30px;
}

@media (max-width:1199px) {
    .sm-col-4.winner {
        width: 100%;
    }
    .ueerfolge {
        padding-bottom: 147pt;
    }
    .winnereinzel {
        text-align: center;
        margin-bottom: 0;
        margin-top: 15px;
    }
}

.sidebtn {
    position: fixed;
    right: 35px;
    bottom: 13%;
    z-index: 103;
    width: 175px;
    height: 175px;
}

.sidebtn a {
    display: inline-block;
    color: #231f20;
    text-align: center;
    font-size: 13px;
    padding-top: 35px;
    text-decoration: none;
}

.sidebtn img {
    width: 100%;
}

.sidebtn-inner {
    position: relative;
}

a.sidebtn-top-link {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

a.sidebtn-bottom-link {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media(max-width: 767px) {
    .sidebtn {
        display: none;
    }
}

video.video-bild-rechts {
    width: 100%;
}

@media(max-width: 767px) {
    .website {
        padding-top: 45px;
    }
}

.bgwinnereinzel img {
    width: 100%;
}

form#sendform4 {
    margin-top: -75px;
}
img.pop-image {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 350px;
}

img.pop-image-mini {
    width: 100%;
}

.modal-body {
    text-align: center;
}

a.btn.btn-artikel.btn-popup {
    font-size: 14px;
    width: 100%;
}

#schmoelzerModal h1 {
    font-size: 40px;
}

#schmoelzerModal .modal-body {
    padding: 25px;
}

video.mobile {
    top: 45px;
}

@media(max-width: 767px) {
    #schmoelzerModal h1 {
        font-size: 25px;
    }
    #schmoelzerModal button.close {
        top: 0px!important;
        right: 9px!important;
        font-size: 50px!important;
    }
}
.modal-content {
  background: #eeeced;
      top: -80px;

}
@media(min-width: 1200px) {
  .modal-dialog {
    min-width:700px;
  }
  .modal-dialog img {
width:60%;
  }
}


.modal-dialog {
    margin: 120px auto!important;
}

@media(max-width: 580px){
  .modal-dialog {
      width:90%;
  }
  .modal-body h3{
    font-size: 18px;

  }
}

@media(max-width: 991px) and (min-width:767px){
  .footer p {
    font-size:11pt;
  }
  .footer h3 {
    font-size:19px;
  }
  .footer {
    height:420px;
  }
}


@media(max-width:767px){
  .ueerfolge {

      padding-top: 50pt!important;
      padding-bottom: 50pt!important;

  }
}


.modal-content {
    background: transparent;
}
#schmoelzerModal .modal-body {
padding:0;
}

img.Stern {
    position: absolute;
    top: -47%;
    bottom: 0;
    left: 55%;
    right: 0;
    margin: auto;
    max-width: 100px;
}

@media(max-width:1200px){
    img.Stern {
        position: absolute;
        top: -44%;
        bottom: 0;
        left: 65%;
        right: 0;
        margin: auto;
        max-width: 100px;
    }
}

@media(max-width:992px){
    img.Stern {
        position: absolute;
        top: -37%;
        bottom: 0;
        left: 81%;
        right: 0;
        margin: auto;
        max-width: 100px;
    }
}

@media(max-width:767px){
    img.Stern {
        position: absolute;
        top: -57%;
        bottom: 0;
        left: 77%;
        right: 0;
        margin: auto;
        max-width: 100px;
    }
}

@media(max-width:576px){
    img.Stern {
        display: none;
    }
}




.modal-dialog {
    margin: 180px auto!important;
}
.modal-content {
    background: white;
}
#schmoelzerModal .modal-body {
    /* padding: 50px 30px 20px; */
    padding:0;
}

#schmoelzerModal .modal-body p{
    margin: 0;
}

#schmoelzerModal .modal-body button.close{
    right: 16px;
    opacity: 0!important;
    cursor: pointer;
}


.modal-content {
    background: #000;
    color: white;
    box-shadow: 0 0 11px white;
}
.close {
  color: #fff;

}


.container185 .container {
    padding-top: 8pt;
}

.no-border{
    border:0;
}

.winnereinzel h4{
    color: #231F20;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-bottom: 8pt;
    font-weight: 400;
    margin-top: 15pt;
}

.outter-image-news {
    padding: 5px;
    margin-top: 1.6rem;
    margin-bottom: 2rem;
    background: #78964e4a;
    border: 3px solid #2c2829;
}