html { 
overflow:auto;
padding:0;
margin:0;
height:100.1%;
width:100%;
}

body {
background-color:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size:84%;
padding:0;
margin:0;
height:100%;
width:100%;
}


/* LINK */

a {
color: #504500;
text-decoration:none;
}

a:link {
color: #504500;
text-decoration:none;
}

a:visited {
color: #504500;
text-decoration:none;
}

a:focus {
color: #504500;
text-decoration:none;
}

a:hover {
color: #504500;
text-decoration:underline;
}

a:active {
color: #504500;
text-decoration:none;
}



/* FONT */
h1, h2, h3, h4, h5, h6, p {
font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

h1 {
font-size: 4.8em;
text-align:left;
font-weight: normal;
line-height:1.0em;
text-align:center;
margin:0 0 20px 0;
padding:0;
color: #cdb932;
letter-spacing:0.5px;
border:0px solid;
}

h2 {
font-size: 3.0em;
line-height:1.1em;
font-weight: normal;
text-align:center;
color: #cdb932;
letter-spacing:0.3px;
margin:0;
padding:0;
border:0px solid #000;
}

h3 {
font-size: 2.2em;
font-weight: normal;
text-align:left;
margin:0;
padding:6px 12px;
color: #cdb932;
background:#fdf9dd;
border-left:4px solid #cdb932;
}

h4 {
font-size: 1.9em;
font-weight: normal;
text-align:center;
margin:0 0 6px 0;
padding:0;
color: #cdb932;
border:0px solid #000;
}

h5 {
font-size: 1.4em;
font-weight: normal;
text-align:left;
margin:0;
padding:0;
color: #cdb932;
border:0px solid #000;
text-shadow: none;
}

h6 {
font-size: 1.2em;
font-weight: normal;
text-align:left;
margin:0;
padding:0;
color: #cdb932;
border:0px solid #000;
text-shadow: none;
}

p {
color: #504500;
font-weight: normal;
font-size: 1.3em;
line-height:1.5em;
text-align:left;
margin:10px 0 10px 0;
border:0px solid #444;
}

p.links {
color: #fff;
background:#cdb932;
font-weight: normal;
font-size: 1.2em;
text-align:center;
margin:10px 0;
padding:4px 0 6px;
border:0px solid #444;
}

.bold {
font-weight:bold;
}

.kursiv {
font-style:italic;
color:#888;
padding: 0 0 0 40px;
width:86%;
}

.upper {
text-transform:uppercase;
}

.textmid {
text-align:center;
}

.textright {
text-align:right;
}

.font70 {
font-size:70%;
}

.font80 {
font-size:80%;
}

.font90 {
font-size:90%;
}

.font95 {
font-size:95%;
}

.font120 {
font-size:120%;
}

.font140 {
font-size:140%;
}

.font160 {
font-size:160%;
color:#000;
}


ul {
list-style-type: none;
margin:0;
padding:0;
width:98%;
border:0px solid red;
}

ol {
list-style-type: none;
margin:0;
padding:0;
width:96%;
border:0px solid red;
}

ol > li::before {
content: " * ";
font-size: 1.5em;
line-height:1.0em;
font-weight:bold;
height: auto;
text-align: left;
color: #cdb932;
padding: 0 10px 0 0;
margin:0 0 10px 0;
border:0px solid blue;
}

li {
font-size: 1.3em;
height: auto;
text-align: left;
color: #504500;
*text-indent: -24px;
padding: 0 0 4px 0;
margin:0 0 4px 0;
border-bottom:1px solid #fff;
}

li.checkmark::before { 
content: "\2714 \fe0e";
margin: 0 6px 0 0;
font-size: 1.3em;
color: #000;
}

.arrowleft::before {
*content: "\00bb";
content: "\2218";
margin: 0 10px 0 0;
font-size: 1.3em;
*line-height:0.1em;
color: #000;
}

.arrowright::after {
content: "\02192";
margin: 0 0 0 14px;
font-size: 1.1em;
*line-height:5.6em;
color: #000;
}

.nowrap {
white-space: nowrap;
}

.textalignleft {
text-align:left;
}

.textalignright {
text-align:right;
}


/* Else */


hr.wide {
position:relative;
margin:20px auto 20px;
border: none;
width:100%;
border-top: 1px solid #b8b396;
background-color: transparent;
height:1px;
text-align:center;
}


hr {
position:relative;
margin:10px auto;
border: none;
width:70%;
border-top: 1px solid #f0e072;
background-color: transparent;
height:1px;
text-align:center;
}

/*
hr.footer {
position:relative;
margin:20px auto;
border: none;
width:100%;
border-top: 1px solid #222;
background-color: transparent;
height:1px;
text-align:center;
}

.linie-arrow {
  position: relative;	
  width:20%;
  margin:10px auto 40px;
  border-top: 2px solid #12468b;
  padding:3px 0px;
  display: block;
  *border: 1px solid red; 
}

.linie-arrow::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 49%;
  top: 50%;
  margin-top: -.5rem;
  border: .5rem solid transparent;
  border-right: 0;  
  border-left-color: #12468b;
  -moz-transform: scale(0.9999);
  transform: rotate(90deg);
}
*/

.space20 {
position:relative;
float:left;
border:0px solid blue;
height:20px;
width: 100%;
background: transparent;
}

.space30 {
position:relative;
float:left;
border:0px solid blue;
height:30px;
width: 100%;
background: transparent;
}

.space40 {
position:relative;
border:0px solid blue;
height:40px;
width: 100%;
background: transparent;
}

.space60 {
position:relative;
float:left;
border:0px solid blue;
height:60px;
width: 100%;
background: transparent;
}

.space90 {
position:relative;
float:left;
border:0px solid blue;
height:90px;
width: 100%;
background: transparent;
}

.space160 {
position:relative;
float:left;
border:0px solid blue;
height:200px;
width: 100%;
background: transparent;
}

.scale {
position:relative;
width: 100%;
height: auto;
object-fit:cover;
}

.imgscale {
display:inline;
position:relative;
width: 40%;
height: auto;
margin: 0 6px 0 0;
}

.clearfix::after {
visibility: hidden;
display: block;
content: ".";
clear: both;
height: 0;
}

img.border {
border:1px solid #666;
}

.color-red {
color:red;
}

/*.bg {
background: #12468b;
}*/


/*************************** Struktur atf ********************************/


header.atf {
display:block;
width:100%;
height:auto;
margin:0 auto;
padding: 0;
border:0px solid blue;
z-index:1;
}

header.atf a {
color:#fff;
text-decoration:none;
}

header.atf a:hover {
color:#01132c;
text-decoration:none !important;
transition:all .5s linear;
-webkit-transition:all .5s linear;
-moz-transition:all .5s linear;
-o-transition:all .5s linear;
}

.header-wrapper {
position:relative;
max-width: 100%;
min-width:310px;
height:auto;
margin:0 auto 0 auto;
padding: 0;
background: transparent;
border:0px solid orange;
z-index:2;
}

.header-con {
position:fixed;
*position: sticky;
display: block;
height: 100px;
width: 100%;
min-width:220px;
margin: 0 auto;
padding:0;
border: 0px solid red;
border-bottom: 1px solid #999;
background: #000;
opacity:1;
z-index: 100000;
}

.header-con2 {
position:relative;
*position: sticky;
display: block;
height: 100px;
max-width: 88%;
min-width:220px;
margin: 0 auto;
padding:0;
border: 0px solid blue;
z-index: 100000;
}

.header-logo {
position:absolute;
position: sticky;
display: block;
top:0;
left:0;
height: 100px;
max-width: 400px;
*min-width:220px;
margin: 0;
padding:0;
border: 0px solid red;
background: #000 url(../img/logo-soulmates-800_5.png) no-repeat 50% 0px;
background-size:100%;
z-index: 100000;
}

.header-img-tel-mail {
position:absolute;
right:0;
top: 28px;
display: block;
width:90px;
height:40px;
float:right;
*text-align:center;
margin:0 auto;
padding:2px;
border:0px solid #fff;
z-index: 100000000;
}

/*.fixed-logo {
position: fixed;
display: block;
top:0;
left:0;
margin:0 auto;
width: 1280px;
height: 70px;
padding:0;
border: 0px solid red;
*background: #fff url(../img/logo-kloe_336.png) no-repeat 0 50%;
background-size:60px;
-webkit-transition: background .2s ease;
-moz-transition: background .2s ease;
-o-transition: background .2s ease;
transition: background .2s ease;
box-shadow: 0px 0px 4px 0px #aaa;
z-index: 1000;
}*/

.header_img {
position:relative;
display:block;
margin: 0 auto 0;
width:100%;
border:0px solid red;
z-index:2;
padding: 0 0 49% 0;
background: url(../img/header-img-2.webp) 50% 80px no-repeat;
background-size:100%;
}

/*
https://www.drweb.de/videos-responsiv/
padding-bottom: 56.25%; /* 16:9 */

.header_img-2 {
position:relative;
display:block;
margin: 0 auto;
width:100%;
border:0px solid red;
z-index:2;
padding:0 0 36% 0;
background: url(../img/header-img-2.jpg) 50% 50% no-repeat;
background-size:100%;
}

.header_img-3 {
position:relative;
display:block;
margin: 0 auto;
width:100%;
border:0px solid red;
z-index:2;
padding:0 0 36% 0;
background: url(../img/header-img-3.jpg) 50% 0% no-repeat;
background-size:100%;
}

.header_img-4 {
position:relative;
display:block;
margin: 0 auto;
width:100%;
border:0px solid red;
z-index:2;
padding:0 0 36% 0;
background: url(../img/header-img-4.jpg) 50% 30% no-repeat;
background-size:100%;
}


    @media screen and 
    (-webkit-min-device-pixel-ratio: 2), 
    (min-resolution: 192dpi) {
    .header_img {
      width:100%;
      padding:0 0 71% 0;
      margin: 0 auto;
    	background:url(../img/header-img-1@2x.jpg) 50% 100% no-repeat;
    	background-size:100%;

    }
    }
    
    @media screen and 
    (-webkit-min-device-pixel-ratio: 2), 
    (min-resolution: 192dpi) {
    .header_img-2 {
      width:100%;
      padding:0 0 36% 0;
      margin: 0 auto;
    	background:url(../img/header-img-2@2x.jpg) 50% 50% no-repeat;
    	background-size:100%;

    }
    }
    
    @media screen and 
    (-webkit-min-device-pixel-ratio: 2), 
    (min-resolution: 192dpi) {
    .header_img-3 {
      width:100%;
      padding:0 0 36% 0;
      margin: 0 auto;
    	background:url(../img/header-img-3@2x.jpg) 50% 0% no-repeat;
    	background-size:100%;

    }
    }
    
    @media screen and 
    (-webkit-min-device-pixel-ratio: 2), 
    (min-resolution: 192dpi) {
    .header_img-3 {
      width:100%;
      padding:0 0 36% 0;
      margin: 0 auto;
    	background:url(../img/header-img-4@2x.jpg) 50% 30% no-repeat;
    	background-size:100%;

    }
    }
    


/********************************************* Ende atf *******************************************************/


#wrapper {
position:relative;
width: 100%;
margin:0 auto;
padding: 0;
border:0px solid red;
}

main {
position: relative;
display: block;
position: relative;
min-width:300;
max-width: 100%;
*min-height:560px;
height:auto;
margin: 0 auto 3% auto;
border:0px solid #000;
padding:0;
background:transparent;
z-index:1;
}

header {
display:block;
width:100%;
height:auto;
margin:0 auto;
padding: 0;
border:0px solid blue;
}

article {
display: block;
position: relative;
margin:0 auto;
padding:0;
width:100%;
height: auto;
*background:#eee;
border: 0px solid #ff0000;
}

section {
display: block;
position: relative;
width: 100%;
height: auto;
padding: 0;
margin:0;
border:0px solid green;	
}

.news {
position:relative;
display:block;
width:96%;
padding:4px 2%;
margin:0 0 1% 0;
height:auto;
text-align:center;
font-size: 2.2em;
font-family: 'Griffy', cursive;
color: #fff;
background: #cdb932;
border-top:0px solid #fff;
box-shadow: 0px 0px 6px 0px #666;
}

.col-full {
position:relative;
display:block;
width:96%;
padding:0 2%;
margin:0 0 1% 0;
height:auto;
border:0px solid blue;
}

.col-full-bg {
position:relative;
display:block;
float:left;
width:96%;
padding:2%;
margin:0 0 1% 0;
height:auto;
background:#f4f4f4;
border:0px solid black;
}

.col-full-2 {
position:relative;
display:block;
float:left;
width:96%;
padding:0 2%;
margin:0 auto 1% auto;
height:auto;
border:0px solid red;
}

.col-70 {
position:relative;
*float:left;
width:66%;
padding:1% 2%;
margin:0 auto 1%;
height:auto;
border:0px solid red;
}

.col-20 {
position:relative;
float:left;
width:20%;
padding:0;
margin:0;
height:auto;
outline:0px solid red;
}

.col-40 {
position:relative;
width:40%;
padding:0;
margin:0 auto;
height:auto;
outline:0px solid red;
}

.col-50 {
position:relative;
width:50%;
padding:0;
margin:0 auto;
height:auto;
outline:0px solid red;
}

.col-50-left {
position:relative;
float:left;
width:34%;
padding:2% 2%;
margin:0 2% 0 10%;
height:auto;
background:#ddd;
outline:1px solid #fff;
}

.col-50-right {
position:relative;
float:left;
width:34%;
padding:2% 2%;
margin:0 10% 0 2%;
height:auto;
background:#ddd;
outline:1px solid #fff;
}

.col-60 {
position:relative;
float:left;
width:100%;
padding:0;
margin:0 0 10px 0;
height:auto;
outline:0px solid red;
}

.col-80 {
position:relative;
background:#ddd;
width:76%;
padding:2% 2%;
margin:0 auto;
height:auto;
outline:0px solid red;
}

.box-1 {
display:flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
width:100%;
height:auto;
}

.col-80-right {
position:relative;
float:right;
width:80%;
padding:0;
margin:0;
height:auto;
outline:0px solid red;
}

.anker {
width:100%;
float:left;
height:2px;
border:0px solid blue;
}

figure {
float: left;
border: 1px solid gray;
margin: 0;
}

figcaption {
padding: 6px;
min-height:34px;
border-top: 1px solid gray;
font-style: italic;
font-size: 1.1em;
text-align:center;
font-weight:bold;
background-image:linear-gradient(135deg, #c3a30f 10%, #ecdcbe 80%);
color: #413601;
}

/*********************** FlexBox **********************************/

.flexbox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  *flex-direction:row;
  *justify-content: center;
  *justify-content: flex-end;
  *justify-content: flex-start;
  *justify-content: space-between;
  justify-content: space-around;
  *-webkit-flex-flow: row wrap;
  border:0px solid green;
}

.flexbox2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border:0px solid green;
}

.box1 {
height:auto;
width: 14%;
min-width:140px;
background: #fff;
flex: 0 0 auto;
margin: 0 17px 12px 17px;
padding:8px;
box-shadow: 0px 0px 4px 0px #aaa;
border:0px solid red;
}

.box2 {
  height:auto;
  width: 16%;
  min-width:240px;
  background: #fff;
  flex: 0 0 auto;
  margin: 10px auto;
  padding:10px 4px;
  box-shadow: 0px 0px 4px 0px #aaa;
  border:0px solid blue;
}

.box2 a:hover {
text-decoration:none;
}

.player {
width:100%;
height: auto;
margin:0;
padding:2px 0;
color: #fff;
text-shadow: 1px 1px 0 #000;
border: 0px solid #ff0000;
border-radius:0;
position: relative;
z-index: 1;
background:transparent;
}
    
audio {
width:100%;
height: 40px;
margin:0;
padding:0;
color: #fff;
border: 0px solid #ff0000;
border-radius:0;
position: relative;
background:transparent;
transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}


/*.box1.kontakt {
position:relative;
width:auto;
padding:4px 0;
margin:18px 0 0 0;
border-radius: 8px;
border:1px solid #fff;
background: #c5cdd8 url(../img/ausrufezeichen.png) 10px 50% no-repeat;
background-size:18%;
z-index:20;
}

.box1.kontakt2 {
position:relative;
width:auto;
padding:4px 0;
margin:18px 0 0 0;
border-radius: 8px;
border:1px solid #fff;
background: #c5cdd8 url(../img/document.png) 10px 50% no-repeat;
background-size:18%;
z-index:20;
}

.box1.kontakt3 {
position:relative;
display:block;
width:auto;
padding:4px 0;
margin:18px 0 0 0;
border-radius: 8px;
border:1px solid #fff;
background: #c5cdd8 url(../img/fragezeichen.png) 10px 50% no-repeat;
background-size:18%;
z-index:20;
}

.box1 p {
margin:0;
text-align:center;
color:#fff;
font-size: 1.5em;
line-height:1.3em;
text-align:center;
border:0px solid blue;
} 

.box5 {
  min-height: 200px;
  width: 30%;
  min-width:200px;
  height:auto;
  background: #fff;
  flex: 0 0 auto;
  margin: 25px 10px;
  padding:20px;
  border:0px solid green;
}

.box4 {
  height: 180px;
  max-width: 180px;
  background: #fff;
  flex: 0 0 auto;
  margin: 2px;
  padding:0;
  *outline:1px solid #ccc;
  border:1px solid #ccc;
}

.button-1 {
position:relative;
height:70px;
width:250px;
padding: 10px;
margin: 0 auto;
background:#eee;
border:0px solid blue;

-webkit-box-shadow: 0 1px 3px #999;
-moz-box-shadow: 0 1px 3px #999;
-o-box-shadow: 0 1px 3px #999;
box-shadow: 0 1px 3px #999;
border-radius: 10px;
}

.icon-primary {
    color: #fff;
    background: #d78fe9;
    transition: 0.3s;
    border:0px solid blue;
    margin:0 auto;
    text-align:center;
    }
    
.icon-lg {
    width: 100px;
    height: 100px;
    *line-height: 140px;
    *font-size: 76px;
}

.icon {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    }
    
    p.center {
    text-align: center;
    }
*/

/*.button-1 p {
text-align: center;
font-size: 1.7em;
font-weight:bold;
color:#000;
line-height:2.1em;
}*/

video {
width: 100% !important;
height: auto !important;
margin: 0 auto;
border:0px solid red;
}


/* Kontakt */

.col-full-iframe {
position:relative;
float:left;
display:block;
width:96%;
padding:2%;
margin:0 auto;
height:auto;
overflow: hidden;
border:0px solid blue;
}

iframe {
overflow:hidden !important;
width:99%;
height:340px;
padding:0 0 20px 0;
margin:0 auto;
background:#fff;
border:1px solid #ddd;
z-index:1000;
}

/* Footer */

footer {
display: block;
position: relative;
width: 78%;
height:auto;
padding: 20px 11% 10px 11%;
background:#444;
z-index:999;
border:0px solid red;
}

footer .copyrights-2 {
width: auto;
margin:0;
height:auto;
border:0px solid #fff;
}

footer .img {
margin:4px auto 30px auto;
text-align:center;
width:28px;
height:28px;
padding: 10px 8px 4px;
background: #333;
border-radius:4px;
border:0px solid #fff !important;
}

footer .img a {
border:0px solid #ff0000;
width:28px;
height:28px;
}

footer .copyrights-2 p {   
color: #ccc;
font-size: 1.1em;
line-height:1.6em;
margin:0;
font-weight:normal;
}

footer .copyrights-2 a {
color: #ccc;
font-weight: normal;
text-decoration: none;
transition:all .2s linear;
-webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
text-decoration:none;
}

footer .copyrights-2 a:hover {
color: #fff;
}

/**************************************************Button **************************************************/

/* -- BUTTONS 
------------------------------------------------------------- */
.button, input[type="submit"], button, .toggle-title {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	padding: 3px 14px 4px;
	text-shadow: 0 1px 0 #fff;
	border: solid 1px #ddd;
	text-decoration: none;
	cursor: pointer;
	margin:0 0 6px 0;
	
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 0px;
	
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all; 
	}
	
.button:hover, input[type="submit"]:hover, button:hover, .toggle-title:hover {
	color: #333;
	text-decoration: none;
	border-color: #bbb;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background: 0 100%;
	}
	
.button:focus, input[type="submit"]:focus, button:focus, .toggle-title:focus {
	color: #333;
	border-color: #bbb;
	}
	
.button:active, input[type="submit"]:active, button:active, .toggle-title:active {
	color: #000;
	background: #F5F5F5;
	border-color: #444;
	position: relative; top:1px;
}

/************************************************* Ende Button *******************************************/


/*********************************************** LINKS ***************************************************/



/************************************************* Cookie HInweis *******************************************/


#mbmcookie {
position: fixed; 
bottom: 0; 
width:96%; 
left: 0; 
outline:1px solid #333;
background: #222; 
padding: 8px 2% 3px; 
font-size: 0.9em; 
font-family: Arial, Helvetica, sans-serif;
z-index:10000;
}

#mbmcookie a.button {
cursor: pointer; 
background: #ccc; 
padding: 6px 10px 4px; 
margin: 0; 
border-radius: 5px; 
font-weight: bold; 
float: right;
}

#mbmcookie a.button:hover {
background-color: #fff;
}

#mbmcookie p.cookiemessage {
display: block; 
padding: 0; 
margin: 0;
font-size: 1.1em; 
text-align:center;
color:#fff;
}

#mbmcookie a.mehr {
color:#fff;
text-decoration:underline;
}

/************************************************* Ende Cookie HInweis *******************************************/



/***************************************** - 1280px *************************************/

@media screen and (max-width: 1280px) {

.header-con {
position:fixed;
*position: sticky;
display: block;
height: 90px;
width: 100%;
min-width:220px;
margin: 0 auto;
padding:0;
border: 0px solid #999;
border-bottom: 1px solid #999;
background: #000;
opacity:1;
z-index: 100000;
}

.header-con2 {
position:relative;
*position: sticky;
display: block;
height: 90px;
max-width: 88%;
min-width:220px;
margin: 0 auto;
padding:0;
border: 0px solid blue;
z-index: 100000;
}

.header-logo {
position:absolute;
position: sticky;
display: block;
top:0;
left:0;
height: 88px;
max-width: 320px;
*min-width:220px;
margin: 0;
padding:0;
border: 0px solid red;
background: #000 url(../img/logo-soulmates-800_5.png) no-repeat 0% 6px;
background-size:88%;
z-index: 100000;
}

.header-img-tel-mail {
position:absolute;
right:0;
top: 20px;
display: block;
width:90px;
height:40px;
float:right;
*text-align:center;
margin:0 auto;
padding:2px;
border:0px solid #fff;
z-index: 100000000;
}

.col-third {
position:relative;
float:left;
width:32.33%;
min-width:210px;
padding:0;
margin:0 1% 20px 0;
height:450px;
outline:0px solid red;
}

}


/***************************************** - 1180px *************************************/

@media screen and (max-width: 1180px) {

.col-40 {
position:relative;
width:60%;
padding:0;
margin:0 auto;
height:auto;
outline:0px solid red;
}

.col-50-left {
position:relative;
float:left;
width:40%;
padding:2% 2%;
margin:0 2% 0 4%;
height:auto;
background:#ddd;
outline:0px solid #fff;
}

.col-50-right {
position:relative;
float:left;
width:40%;
padding:2% 2%;
margin:0 4% 0 2%;
height:auto;
background:#ddd;
outline:0px solid #fff;
}

.col-80 {
position:relative;
background:#ddd;
width:88%;
padding:2% 2%;
margin:0 auto;
height:auto;
outline:0px solid red;
}

}


/***************************************** - 980px *************************************/

@media screen and (max-width: 980px) {

.col-50-left {
position:relative;
float:left;
width:96%;
padding:2% 2%;
margin:0 0 2% 0;
height:auto;
background:#ddd;
outline:0px solid #fff;
}

.col-50-right {
position:relative;
float:left;
width:96%;
padding:2% 2%;
margin:0 0 2% 0;
height:auto;
background:#ddd;
outline:0px solid #fff;
}

.col-80 {
position:relative;
background:#ddd;
width:96%;
padding:2% 2%;
margin:0 auto;
height:auto;
outline:0px solid #fff;
}

iframe {
overflow:hidden !important;
width:100%;
height:360px;
padding:0 0 20px 0;
margin:0 auto;
background:#fff;
border:1px solid #ccc;
z-index:1000;
}

}

/***************************************** - 880px *************************************/

@media screen and (max-width: 880px) {

body {
background-color:fff;
font-family: Arial, Helvetica, sans-serif;
font-size:76%;
padding:0;
margin:0;
height:100%;
width:100%;
}

h1 {
font-size: 4.0em;
text-align:left;
font-weight: normal;
line-height:1.0em;
text-align:center;
margin:0 0 20px 0;
padding:0;
color: #cdb932;
letter-spacing:0.5px;
border:0px solid;
}

.header_img {
position:relative;
display:block;
margin: 0 auto 0;
width:100%;
border:0px solid red;
z-index:2;
padding: 0 0 53% 0;
background: url(../img/header-img-2.webp) 50% 80px no-repeat;
background-size:100%;
}

.header_img-2 {
position:relative;
display:block;
margin: 0 auto;
width:100%;
border:0px solid red;
z-index:2;
padding:0 0 50% 0;
background: url(../img/header-img-2.jpg) 50% 30% no-repeat;
background-size:100%;
}

.header_img-3 {
position:relative;
display:block;
margin: 0 auto;
width:100%;
border:0px solid red;
z-index:2;
padding:0 0 50% 0;
background: url(../img/header-img-3.jpg) 50% 0% no-repeat;
background-size:100%;
}

.col-50 {
position:relative;
width:90%;
padding:0;
margin:0 auto;
height:auto;
outline:0px solid red;
}

.col-70 {
position:relative;
*float:left;
width:96%;
padding:1% 2%;
margin:0 auto 1%;
height:auto;
border:0px solid red;
}

.col-20 {
position:relative;
float:left;
width:100%;
padding:0;
margin:0;
height:auto;
outline:0px solid red;
}

.col-60 {
position:relative;
float:left;
width:100%;
padding:0;
margin:0 0 10px 0;
height:auto;
outline:0px solid red;
}

.col-80-right {
position:relative;
float:right;
width:100%;
padding:0;
margin:10px 0 0 0;
height:auto;
outline:0px solid red;
}

footer .copyrights-2 p {   
color: #ccc;
font-size: 1.1em;
line-height:1.6em;
margin:0;
text-align:center;
font-weight:normal;
}

iframe {
overflow:hidden !important;
width:100%;
height:420px;
padding:0 0 20px 0;
margin:0 auto;
background:#fff;
border:1px solid #ccc;
z-index:1000;
}

}


/***************************************** - 640px *************************************/

@media screen and (max-width: 640px) {

.header_img {
position:relative;
display:block;
margin: 0 auto 0;
width:100%;
border:0px solid red;
z-index:2;
padding: 0 0 53% 0;
background: url(../img/header-img-2.webp) 50% 60px no-repeat;
background-size:100%;
}

.header-con {
position:fixed;
display: block;
height: 66px;
width: 100%;
min-width:220px;
margin: 0 auto;
padding:0;
border: 0px solid #999;
border-bottom: 1px solid #999;
background: #000;
opacity:1;
z-index: 100000;
}

.header-con2 {
position:relative;
*position: sticky;
display: block;
height: 66px;
max-width: 88%;
min-width:220px;
margin: 0 auto;
padding:0;
border: 0px solid blue;
z-index: 100000;
}

.header-logo {
position:absolute;
position: sticky;
display: block;
top:0;
left:0;
height: 66px;
max-width: 240px;
*min-width:220px;
margin: 0;
padding:0;
border: 0px solid red;
background: #000 url(../img/logo-soulmates-800_5.png) no-repeat 0% 6px;
background-size:88%;
z-index: 100000;
}

.header-img-tel-mail {
position:absolute;
right:0;
top: 16px;
display: block;
width:80px;
height:36px;
float:right;
margin:0 auto;
padding:2px;
border:0px solid #fff;
z-index: 100000000;
}

.col-40 {
position:relative;
width:90%;
padding:0;
margin:0 auto;
height:auto;
outline:0px solid red;
}

}

/***************************************** - 600px *************************************/

@media screen and (max-width: 600px) {

iframe {
overflow:hidden !important;
width:100%;
height:510px;
padding:0 0 20px 0;
margin:0 auto;
background:#fff;
border:1px solid #ccc;
z-index:1000;
}

}

/***************************************** - 480px *************************************/

@media screen and (max-width: 480px) {

.header_img {
position:relative;
display:block;
margin: 0 auto 0;
width:100%;
height:280px;
border:0px solid red;
z-index:2;
padding: 0 0 0 0;
background: url(../img/header-img-2.webp) 100% 60px no-repeat;
background-size:480px 230px;
}


/***************************************** - 380px *************************************/

@media screen and (max-width: 380px) {

.header-logo {
position:absolute;
position: sticky;
display: block;
top:0;
left:0;
height: 64px;
max-width: 190px;
*min-width:220px;
margin: 0;
padding:0;
border: 0px solid red;
background: #000 url(../img/logo-soulmates-800_5.png) no-repeat 0% 10px;
background-size:88%;
z-index: 100000;
}



iframe {
overflow:hidden !important;
width:100%;
height:530px;
padding:0 0 20px 0;
margin:0 auto;
background:#fff;
border:1px solid #ccc;
z-index:1000;
}

}
