html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

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

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


.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #333;
}

h3{
    color: rgb(23, 41, 131);
    font-size: 24px;
    margin-bottom: 20px;
}


.row > .column {
    padding: 0 8px;
    margin-right: 40px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
    float: left;
    width: 35%;
}

/* The Modal (background) */
.modal {
    FONT-VARIANT: JIS90;
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.77);
}

#hausverkauf h2{
    padding-top: 50px;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 40%;
  max-width: 1200px;
}

h4{
    font-size: 18px;
    color: rgb(0, 23, 137);
    
    margin-bottom: 20px;
  
    
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.lp{
    background: #101b55;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp a{
    color: #fff;
    text-decoration: none;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.content {
  padding: 16px;
}



.clear {
    clear: both;
}

html {
    scroll-behavior: smooth;
}

body {
    font: 300 14px/24px arial, helvetica;
    font-family: 'Open Sans'
        /* Schriftschitt/Größe/Zeilenabstand/Art*/
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#headerbild {
    background: url(../images/immobilieerwerb.jpg);
    background-image: -webkit-image-set(url('../images/immobilieerwerb.webp') 1x); 
    padding-top: 200px;
    padding-bottom: 300px;
    padding-left: 15%;
    padding-right: 10%;
    background-size: cover;
}

.image{
    width: 100%;
    margin-top: 80px;
}

.image img{
    width: 100%;
}

#headerbild-lp{
    background: url(../images/immobilienmakler-hauskauf.jpg);
    background-image: -webkit-image-set(url('../images/immobilienmakler-hauskauf.webp') 1x);
    padding-top: 200px;
    padding-bottom: 300px;
    padding-left: 15%;
    padding-right: 10%;
    background-size: cover;
    background-attachment: fixed;
}

#headerbild-lp h2{color:white; font-size:14px;}
#headerbild-lp .blue-box{width:45%;}

.blue-box {
    background: rgba(23, 41, 131, 0.85);
    width: 34%;
    padding: 60px;
    margin-bottom: 50px;
}

h1 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
}

.blue-box p {
    color: #fff;

}

#navileiste {
    background: #d2d2d2;
    position: fixed;
    width: 100%;
    padding-top: 10px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10px;
    z-index: 99;
}

.dse a {
    color: #394895;
    text-decoration: none;
    padding-right: 40px;
}

.down a {
    background: #585858;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.dreieck{
    width: 100%;
    margin-top: -150px;
}

.dreieck img{
    width: 100%;
}

h2{
    font-size: 35px;
    line-height: 42px;
    color: #001891;
    padding-bottom: 30px;
}

.sidenav{
    position: absolute;
    padding-left: 15%;
}

.sidenav a{
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    color: #2e2e2e;
    padding: 10px;
}

.active{
    border: 2px solid;
    border-color: rgb(23, 41, 131);
}

.sidenav a:hover{
     border: 2px solid;
    border-color: rgb(23, 41, 131);
}

a{
    transition: 0.2s;
}

#hausverkauf{
    margin-right: 15%;
    margin-left: 45%;
    padding-bottom: 200px;
    margin-top: -50px;
}

#infos{
    background: url(../images/panorama-siegburg.jpg);
    background-image: -webkit-image-set(url('../images/panorama-siegburg.webp') 1x);
    padding-top: 100px;
    padding-left: 100px;
    padding-left: 15%;
    padding-right: 15%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  
}

 .navi{
    padding-top: 100px;
}

#infos .box1{
    background: rgba(71, 97, 156, 0.9);
    padding: 100px 50px;;
    width: 32%;
    float: left;
    margin-right: 15px;
    
}
#infos .box2{
    background: rgba(40, 57, 140, 0.9);
    padding: 100px 50px;;
    width: 32%;
    float: left;
    margin-right: 8px
    
    
}

#kontakt strong{
    font-weight: 700;
}

#makler a{
    padding: 20px;
    background: #313131;
    color: #fff;
    font-size: 18px;
}
#infos .box3{
    background: rgba(71, 97, 156, 0.9);
    padding: 100px 50px;;
    width: 32%;
    float: left;
    margin-left: 8px;
    
}

#infos p{
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#infos span{
    font-size: 40px;
}

.ornament{
    position:absolute;
    right: 0;
    margin-top: -125px;
}

#umkreis{
     margin-right: 15%;
    margin-left: 45%;
    padding-bottom: 100px;
    border-bottom: 1px solid;
    margin-top: -50px;
}

#umkreis h2{
    padding-top: 50px;
}

#umkreis p{
    padding-bottom: 50px;
}

#umkreis a{
    background: rgb(23, 41, 131);
    color: #fff;
    padding: 15px;
    text-decoration: none;
}

#finanzierung{
     margin-right: 15%;
    margin-left: 45%;
    padding-bottom: 100px;
    margin-top: -50px;
}
#finanzierung h2{
    padding-top: 50px;
}
#finanzierung p{
    padding-bottom: 50px;
}
#finanzierung a{
    background: rgb(23, 41, 131);
    color: #fff;
    padding: 15px;
    text-decoration: none;
}
.top{
    margin-top: -60px;
}

.ornament-left{
    position: absolute;
    margin-top: -100px;
}

#makler{
    background: url(../images/hauskauf-mit-immobilienmakler.jpg);
    background-image: -webkit-image-set(url('../images/hauskauf-mit-immobilienmakler.webp') 1x);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 350px;
    padding-left: 15%;
}

#makler .box{
    background: rgba(23, 41, 131, 0.85);
    width: 40%;
    padding: 100px 50px;
    color: #fff;
    margin-bottom: 50px;
}

#makler h2{
    color: #fff!important;
}

#makler ul{
    list-style-image: url(../images/check.png);
    margin-left: 50px;
    
}

#makler ul li{
    font-size: 20px;
    line-height: 30px;
}

#expertise{
     margin-right: 15%;
    margin-left: 45%;
    padding-bottom: 150px;
    border-bottom: 1px solid;
    padding-top: 50px;
}

#empfehlung{
     margin-right: 15%;
    margin-left: 45%;
    padding-bottom: 100px;
    margin-top: -50px;
    
}

#empfehlung h2{
    padding-top: 50px;
}

#empfehlung a{
    color: #fff;
    padding: 10px;
    background: rgb(23, 41, 131);
}

#kontakt .left img {
    float: left;
    padding-right: 50px;
    width: 47%;
}

#kontakt{
    border: 1px solid;
    margin-left: 15%;
    margin-right: 15%;
    padding: 100px;
    background: #fff;
    margin-bottom: 100px;
}

#kontakt .left{
    width: 70%;
    float: left;
}

#kontakt .left img{
    float: left;
    padding-right: 50px;
    width: 40%;
}

#kontakt .right img{
    margin-top: 150px;
}

#kontakt .kontaktieren a{
    padding: 10px;
    color: #fff;
    background: #172983;
    text-decoration: none;
}

.kontaktieren{
    padding-bottom: 30px;
    padding-top: 10px;
}

#kontakt h2{
    margin-bottom: 50px;
}

#impressum{
    background: #172983;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15%;
    padding-right: 15%;
}

#impressum h2{
    color: #fff!important;
}

#impressum p{
    color: #fff;
}

#impressum .col1{
    float: left;
    width: 33%;
}

#impressum .col2{
    float: left;
    width: 33%;
}

     .burger,
  .burger__span
  .burger__span:before,
  .burger__span:after {
    display: block; 
  }

  .burger__span,
  .burger__span:before,
  .burger__span:after {
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -1px;
    background-color: rgb(23, 41, 131);
  }

  .burger__span:before,
  .burger__span:after {
    transition: all 0.2s;
    content: '';
  }

.burger {
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: none;
    border-radius: 50%;
   position: fixed;
    top: 0px;
    right: 40px;
    
}

  .burger__span:before {
    margin-top: -6px;
      color: #fff;
  }

  .burger__span:after {
    margin-top: 4px;
      color: #fff;
  }

  .burger--active .burger__span {
    background-color: transparent;
  }

  .burger--active .burger__span:before,
  .burger--active .burger__span:after {
    margin-top: 0;
  }

  .burger--active .burger__span:before {
    transform: rotate(135deg);
      background: #fff;
  }

  .burger--active .burger__span:after {
    transform: rotate(-135deg);
      background: #fff;
  }

.menu {
    opacity: 0.9;
    background-color: rgba(4, 13, 60, 0.97);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    left: -100vw;
    margin-top: -50px;
}

#impressum a{
    color: #fff;
    text-decoration: underline;
}

  .menu--active {
    left: 0;
  }

  .menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100vw;
  }

  .menu-list__link {
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    line-height: 4;
    font-weight: 100;
    letter-spacing: 4px;
    transition: all 0.2s;
  }

  .menu-list__link:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

    

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

@media screen and (max-width: 1740px) {
    #kontakt .left img {
    float: left;
    padding-right: 50px;
    width: 47%;
}
}
@media screen and (max-width: 1540px) {
#kontakt .left img {
    float: left;
    padding-right: 50px;
    width: 55%;
    padding-bottom: 60px;
}
    #makler .box {
    background: rgba(23, 41, 131, 0.85);
    width: 50%;
    padding: 100px 50px;
    color: #fff;
}
    .blue-box {
    background: rgba(23, 41, 131, 0.85);
    width: 50%;
    padding: 60px;
    margin-bottom: 50px;
}
}

@media screen and (max-width: 1310px) {
    .column {
    float: left;
    width: 43%;
}
}

@media screen and (max-width: 1310px) {
   .dreieck {
    width: 100%;
    margin-top: -100px;
}
    #kontakt .right img {
    margin-top: 150px;
    display: none;
}
#kontakt .left {
    width: 100%;
    float: left;
}
}

@media screen and (max-width: 1260px) {
   .sidenav {
    position: absolute;
    padding-left: 15%;
    padding-top: 40px;
}
    .sidenav a {
    text-decoration: none;
    font-size: 15px;
    line-height: 50px;
    color: #2e2e2e;
    padding: 10px;
}
    #infos .box1 {
    background: rgba(71, 97, 156, 0.9);
    padding: 100px 20px;
    width: 32%;
    float: left;
    margin-right: 15px;
}
    #infos .box2 {
    background: rgba(40, 57, 140, 0.9);
    padding: 100px 20px;
    width: 32%;
    float: left;
    margin-right: 8px;
}
    #infos .box3 {
    background: rgba(71, 97, 156, 0.9);
    padding: 100px 20px;
    width: 32%;
    float: left;
    margin-left: 8px;
}
    #kontakt .left img {
    padding-right: 50px;
    width: 60%;
    padding-bottom: 60px;
}
    
#kontakt .right img {
    margin-top: 150px;
    display: none;
}
#kontakt .left {
    width: 100%;
    float: left;
}

}

@media screen and (max-width: 1120px) {
    #makler .box {
    background: rgba(23, 41, 131, 0.85);
    width: 66%;
    padding: 50px 30px;
    color: #fff;
}
    #infos .box1 {
    background: rgba(71, 97, 156, 0.9);
    padding: 100px 20px;
    width: 32%;
    float: left;
    margin-right: 5px;
}
    #infos .box2 {
    background: rgba(40, 57, 140, 0.9);
    padding: 100px 20px;
    width: 32%;
    float: left;
    margin-right: 0px;
}
    #infos .box3 {
    background: rgba(71, 97, 156, 0.9);
    padding: 100px 20px;
    width: 32%;
    float: left;
    margin-left: 5px;
}
    #impressum .col1 {
    float: left;
    width: 53%;
}
    
    .column {
    float: left;
    width: 93%;
}
}

@media screen and (max-width: 1000px) {
    #infos p {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}
}

@media screen and (max-width: 900px) {
    .sidenav {
    position: absolute;
    padding-left: 15%;
    padding-top: 40px;
    display: none;
}
    #hausverkauf {
    margin-right: 15%;
    margin-left: 15%;
    padding-bottom: 100px;
    margin-top: 00px;
}
    #umkreis {
    margin-right: 15%;
    margin-left: 15%;
    padding-bottom: 100px;
    border-bottom: 1px solid;
}
    #finanzierung {
    margin-right: 15%;
    margin-left: 15%;
    padding-bottom: 100px;
}
    #expertise {
    margin-right: 15%;
    margin-left: 15%;
    padding-bottom: 100px;
    border-bottom: 1px solid;
    padding-top: 100px;
}
    #empfehlung {
    margin-right: 15%;
    margin-left: 15%;
    padding-bottom: 100px;
}
    #kontakt {
    border: 1px solid;
    margin-left: 15%;
    margin-right: 15%;
    padding: 50px;
    background: #fff;
    margin-bottom: 100px;
}
    #kontakt .left img {
    padding-right: 50px;
    width: 50%;
    padding-bottom: 60px;
}
    #makler .box {
    background: rgba(23, 41, 131, 0.85);
    width: 80%;
    padding: 50px 30px;
    color: #fff;
}
    .blue-box {
    background: rgba(23, 41, 131, 0.85);
    width: 80%;
    padding: 60px;
    margin-bottom: 50px;
}
}

@media screen and (max-width: 880px) {
    h2 {
    font-size: 35px;
    line-height: 42px;
    color: #001891;
    padding-bottom: 30px;
    padding-top: 50px;
}
    .dreieck {
    width: 100%;
    margin-top: -50px;
}
    #kontakt .left img {
    padding-right: 50px;
    width: 50%;
    padding-bottom: 60px;
    display: none;
}
    #infos .box1 {
    background: rgba(71, 97, 156, 0.9);
    padding: 50px 20px;
    width: 100%;
    float: left;
    margin-right: 5px;
}
    #infos .box2 {
    background: rgba(40, 57, 140, 0.9);
    padding: 50px 20px;
    width: 100%;
    float: left;
    margin-right: 0px;
}
    #infos .box3 {
    background: rgba(71, 97, 156, 0.9);
    padding: 50px 20px;
    width: 100%;
    float: left;
    margin-left: 0px;
}
}

@media screen and (max-width: 760px) {
    #impressum .col1 {
    float: left;
    width: 100%;
}
    #impressum .col2 {
    float: left;
    width: 100%;
    padding-top: 30px;
}
    #kontakt .left img {
    padding-right: 50px;
    width: 50%;
    padding-bottom: 60px;
    display: none;
}
    #kontakt h2 {
    margin-bottom: 0px;
    margin-top: -50px;
}
}

@media screen and (max-width: 600px) {
    #makler ul li {
    font-size: 16px;
    line-height: 30px;
}
    .ornament-left {
    position: absolute;
    margin-top: -100px;
    display: none;
}
    .ornament {
    position: absolute;
    right: 0;
    margin-top: -125px;
    display: none;
}
}

@media screen and (max-width: 480px) {
    #headerbild {
    background: url(../images/immobilieerwerb.jpg);
    background-image: -webkit-image-set(url('../images/immobilieerwerb.webp') 1x);
    padding-top: 200px;
    padding-bottom: 300px;
    padding-left: 5%;
    padding-right: 5%;
    background-size: cover;
}
    .blue-box {
    background: rgba(23, 41, 131, 0.85);
    width: 100%;
    padding: 60px;
    margin-bottom: 50px;
}
    #hausverkauf {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 100px;
    margin-top: 00px;
}
    #infos {
    background: url(../images/panorama-siegburg.jpg);
    background-image: -webkit-image-set(url('../images/panorama-siegburg.webp') 1x);
    padding-top: 100px;
    padding-left: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
    #umkreis {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 100px;
    border-bottom: 1px solid;
}
    .navi {
    padding-top: 00px;
}
    #finanzierung {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 100px;
}
    #makler .box {
    background: rgba(23, 41, 131, 0.85);
    width: 100%;
    padding: 50px 30px;
    color: #fff;
}
    #makler {
    background: url(../images/hauskauf-mit-immobilienmakler.jpg);
    background-image: -webkit-image-set(url('../images/hauskauf-mit-immobilienmakler.webp') 1x);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
}
    #expertise {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 100px;
    border-bottom: 1px solid;
    padding-top: 100px;
}
    #empfehlung {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 100px;
}
    #kontakt {
    border: 1px solid;
    margin-left: 10%;
    margin-right: 10%;
    padding: 40px;
    background: #fff;
    margin-bottom: 100px;
}
    #impressum {
    background: #172983;
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
}
    
    h2{
        font-size: 20px;
    }
}

@media screen and (max-width: 430px) {
.dreieck {
    width: 100%;
    margin-top: -30px;
    }
.blue-box {
    background: rgba(23, 41, 131, 0.85);
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
}
    .down a {
    background: #585858;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
    #headerbild {
    background: url(../images/immobilieerwerb.jpg);
     background-image: -webkit-image-set(url('../images/immobilieerwerb.webp') 1x);
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
    background-size: cover;
}

.dse a{display:block; margin-bottom:15px;}
}

*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.dsa-cookie-notice-close:hover{background-color:#000}.dsa-cookie-notice-close{position:absolute;display:block;height:20px;bottom:20px;width:20px;line-height:20px;right:5px;top:5px;text-decoration:none;color:#fff!important;background-color:#515151}.dsa-cookie-notice{font-family:arial;font-size:12px;display:block;position:fixed;left:0;right:0;bottom:10px;z-index:99999!important;background-color:#6d6d6d;margin:auto;width:100%;text-align:center}.dsa-cookie-notice a{color:#000}.dsa-cookie-notice.hide{display:none}.cookie-inner{padding:25px}