/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v18-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v18-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#logo img
{
height: 40px;
width: auto;
}


#logo
{
position: absolute;
top:5px;
left:3px;
color: #fff;
text-decoration: none;
z-index:999;
}

@media all and (min-width: 1020px) {
#logo img {
  height: 56px;
}
#logo
{
top:0px;
left:0px;
}	
}	

navigation ul
{
	list-style: none;
	
}


navigation *
{
margin: 0;
padding: 0;	
}

navigation ul,navigation li,navigation div
{
margin: 0;
padding: 0;
}

#navigation a:visited,
#navigation a:active {
    color: #fff;
}

navigation ul a
{
color: #fff;
text-decoration: none!important;
padding: 20px;
}

navigation {
  position: relative;
  background-color: #2980b9;
  
display: block;
}

navigation input {
  display: none!important;
}

navigation ul {
  display: none;
  background-color: #2980b9;
}

navigation ul a {
  display: block;
  padding: 1em;
  
}

navigation ul a:hover, navigation li.active a  {
  background-color: #f59b07;
  color: #fff;
}

navigation label {
  display: block;
  position: relative;
  text-align: left;
  height: 50px;
  margin: 0;
}

navigation .burger {
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 0.5em;
  right: 0.4em;
  width: 45px;
  height: 45px;
}

navigation .burger span {
  display: block;
  height: 3px;
  margin: 6px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

navigation input:checked ~ ul {
  display: block;
}

navigation input:checked ~ label > .burger > span:nth-child(2) {
  width: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

navigation input:checked ~ label > .burger > span:nth-child(1) {
  position: relative;
  top: 9px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

navigation input:checked ~ label > .burger > span:nth-child(3) {
  position: relative;
  top: -9px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
	



@media all and (min-width: 1020px) {
	
navigation{
  height: 56px;
 
}

  navigation label {
    display: none;
  }
  navigation ul {
    display: block;
    text-align: right;
    
  }
  navigation ul li {
    display: inline-block;
  }
  navigation ul a {
    background-color: transparent;
    padding: 15px;
    
    height: 26px;
  }
}

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.bg-cl-or
{
background-color: #f59b07;
}

.cl-or
{
color: #f59b07;
}

.bg-cl-bl
{
background-color: #f59b07;
}

.cl-bl
{
color: #2980b9;
}

.bg-cl-gr
{
background-color: #ecf0f1;
}

.cl-gr
{
color: #ecf0f1;
}

.bg-cl-wh
{
background-color: #fff;
}

.cl-wh
{
color: #fff;
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3px;
    box-sizing: border-box;
}
.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
/* For devices larger than 400px */

@media (min-width: 400px) {
    .container {
        width: 98%;
        padding: 0;
    }
}


@media (min-width: 720px) {
    .container {
        width: 70%;
    }
}
/* For devices larger than 1020px */

@media (min-width: 1020px) {
    .container {
        width: 98%;
    }
    .column,
    .columns {
        margin-left: 2%;
    }

    

    .column:first-child,
    .columns:first-child
    {
        margin-left: 0;
    }

 


.r2c:nth-child(2n+1)
{
 margin-left: 0;
}

.r3c:nth-child(3n+1)
{
margin-left: 0;
}

.r4c:nth-child(4n+1)
{
margin-left: 0;
}


    .one.column,
    .one.columns {
        width: 6.500000000000001%;
    }
    .two.columns {
        width: 15.000000000000002%;
    }
    .three.columns {
        width: 23.5%;
    }
    .four.columns {
        width: 32%;
    }
    .five.columns {
        width: 40.50000000000001%;
    }
    .six.columns {
        width: 49%;
    }
    .seven.columns {
        width: 57.5%;
    }
    .eight.columns {
        width: 66%;
    }
    .nine.columns {
        width: 74.5%;
    }
    .ten.columns {
        width: 83.00000000000001%;
    }
    .eleven.columns {
        width: 91.5%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 32%;
    }
    .two-thirds.column {
        width: 66%;
    }
    .one-half.column {
        width: 49%;
    }
    /* Offsets */
    
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.5%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 25.5%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 42.50000000000001%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 51%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 59.5%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 68%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 76.5%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 85.00000000000001%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 93.5%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 68%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.column {
        margin-left: 51%;
    }
}


.grid-sm,.grid-lg,.grid-xl {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
	}



@media (min-width: 400px) {
 

.grid-sm {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Umbrechen, sobald die Box 300 Pixel Breite hat */
        gap: 30px;
	}
.grid-lg {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); /* Umbrechen, sobald die Box 300 Pixel Breite hat */
        gap: 30px;
	}
.grid-xl {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr)); /* Umbrechen, sobald die Box 300 Pixel Breite hat */
        gap: 50px;
	}

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */





*
{
margin: 0;
padding: 0;
}


body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    font-weight: 400; 
    color: #222;
    margin:0;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,h2,h3,h4,h5
{
 font-family: "Inter", sans-serif;
font-weight: 600;
letter-spacing: 0px;
line-height: 1.3
}

.fz-1
{
font-size: 40px;
}

.fz-2
{
font-size: 30px;
}

.fz-3
{
font-size: 20px;
}

.fz-4
{
font-size: 12px;
}


p {
    margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
    color: #222;
}
a:hover {
    color: #222;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    color: #555;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    padding: 3px 13px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #f39c12;
    border-color: #f39c12;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #f39c12;
    border-color: #f39c12;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}
label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}
fieldset {
    padding: 0;
    border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
    list-style: circle;
}
ol {
    list-style: decimal;
}
ol,
ul {
    padding-left: 0;
    margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}
li {
    margin-left: 1rem;
    margin-bottom: 1rem;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th,
td {
    padding: 12px 0px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
font-size: 14px;
}
th:first-child,
td:first-child {
    padding-left: 0;
    padding-right: 5px;
    
}
th:last-child,
td:last-child {
    padding-right: 0;
}

tr:last-child td
{
border: none;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button,
.button {
    margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
{
    margin-bottom: 2.5rem;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}
.u-pull-right {
    float: right;
}
.u-pull-left {
    float: left;
}
.u-center
{
text-align: center;
}
.u-right
{
text-align: right;
}
.u-responsive
{
max-width: 100%;
height: auto;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* Distance
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }


.big-button
{
    height: 52px;  
    line-height: 24px;
    font-size: 24px;
    padding: 14px
}

#crumbs span
{
	opacity: 0.7;
}

#crumbs a
{
	color: #2980b9!important;
	opacity: 1;
	text-decoration: none;
}


.teaser div.box {
  background-color: #2980b9;
  color: #fff;
 
  padding: 15px 15px 2px 15px;
  margin-bottom: 40px;
}

.teaser div.box h3
{
font-size: 30px;	
line-height: 33px;
margin-bottom: 15px;
}
.teaser p
{
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.teaser div.box a
{
	color: #fff;
	text-decoration: none;
}

.teaser div.box a
{
	color: #fff;
	text-decoration: none;
}

@media all and (min-width: 1020px) {
.u-flex-height
{
	display: flex;
}
}	

footer
{
width: 100%;
background-color: #2980b9;
display: block;
padding-top: 50px;	
padding-bottom: 50px;
}	
footer *
{
color: #fff!important;	
}

footer a
{
 text-decoration: none;	
}
#meta, #meta *
{
	margin: 0px!important;
}
#meta  ul
{
 list-style: none;
     display: flex;
    justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 10px;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.modal.modal-open {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  z-index: 1;
}
.modal .modal-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-inner .modal-content {
  background-color: white;
  max-width: 35em;
  padding: 1em 1.5em;
  position: relative;
  margin: 2em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.modal .modal-inner .modal-content .modal-close-icon {
  position: absolute;
  right: 1.5em;
}
.modal .modal-inner .modal-content .modal-content-inner {
  padding-right: 2em;
}
.modal .modal-inner .modal-content .modal-content-inner h1, .modal .modal-inner .modal-content .modal-content-inner h2, .modal .modal-inner .modal-content .modal-content-inner h3, .modal .modal-inner .modal-content .modal-content-inner h4, .modal .modal-inner .modal-content .modal-content-inner h5, .modal .modal-inner .modal-content .modal-content-inner h6 {
  margin-bottom: 0.25em;
}
.modal .modal-inner .modal-content .modal-content-inner p {
  margin-bottom: 1em;
}
.modal .modal-inner .modal-content .modal-buttons-seperator {
  margin: 1.5em 0;
  margin-top: 0;
}
.modal .modal-inner .modal-content .modal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.modal .modal-inner .modal-content .modal-buttons button {
  margin-left: 1em;
}
.modal .modal-inner .modal-content .modal-buttons button:first-child {
  margin-left: 0;
}#content h1 {
  color: #2980b9;
  margin-top: 0px;
  font-size: 27px;
  line-height: 28px;
  clear: both;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #2980b9;
}
#content h2 {
  background: #2980b9;
  color: #fff;
  font-size: 23px;
  line-height: 26px;
  clear: both;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px;
}
#content h3 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 13px;
}
#content h2 a {
  color: #fff;
	text-decoration: none;
}
#content h1 {
  color: #2980b9;
  margin-top: 0px;
  font-size: 27px;
  line-height: 28px;
  clear: both;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #2980b9;
}
#content h2 {
  background: #2980b9;
  color: #fff;
 
  font-size: 23px;
  line-height: 26px;
  clear: both;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px;
}
#content h3 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 13px;
}
#content h2 a {
  color: #fff;
	text-decoration: none;
}
.chevron::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 14px;
	left: 30px;
	position: relative;
	top: 0px;
	transform: rotate(-45deg);
	width: 14px;
}
.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}
.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}
.chevron.left:before {
	left: 30px;
	transform: rotate(-135deg);
}

.categories h3
{
color: #2980b9;
color: rgba(0, 0, 0, 0.3);	
}

.categories .line-wrapper-fh
{
	
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.categories a
{
	float: left;
	text-decoration: none;
	display: block;
	width: calc(50% - 30px);
    padding: 15px;  
	color:#2980b9;
	font-weight: bold;
}

.ad-flex
{
	     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.line-wrapper,.line-wrapper-fh
{
	border: 1px solid rgba(0,0,0,0.4);
	padding: 30px;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
}

.line-wrapper-fh
{
	min-height: 100%;
}

.line-wrapper .line-hdl,.line-wrapper-fh .line-hdl
{
	background-color: #fff;
	position: absolute;
	top: -13px;
	left: 20px;
	padding: 0px 10px; 
}

.line-wrapper a
{
		display:block;
}


.nxt-rt
{
	overflow: hidden;
}

.clear::after {content: ""; clear: both; display: table;}

/* Ringtone free*/
	
.pu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;

}
	
.pu-overlay, .pu-overlay *
{
text-align: center;	
}	
	
.pu-show
{
display: block;	
}	
	

.pu-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
}

.pu-popup h2 {
  margin-top: 0;
  color: #333;
margin-right: 15%;	
}
.pu-popup h2 span{
color: #2980b9;	
}
	
.pu-popup .pu-close {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.pu-popup .pu-close:hover {
  color: #06D85F;
}
.pu-popup .pu-content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .pu-box{
    width: 70%;
  }
  .pu-popup{
    width: 70%;
  }
}	
	
.fa {

    margin: 20px;
    font-size: 50px!important;
    width: 70px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    align-content: center;
    align-items: center;
    justify-content: center;
	}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #405de6;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-whatsapp {
  background: #64d448;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}
	
.pu-share
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

audio
{
display: none;		
}	
		
		
	.sgl-btn-plr-button
	{
border: 0px solid transparent;
background-color: transparent;
height: 60px;
width: 60px;
text-indent: -9999px;
background-image: url(images/play.svg);
background-size: contain;
background-repeat: no-repeat;
cursor: pointer;
	}	
	
	.sgl-btn-plr-button.play
	{
	
	background-image: url(images/pause.svg);
	transform: scale(1);
    animation: pulse 1s infinite;	
	}	
	
	
	
@keyframes pulse {
	0% {
		transform: scale(0.8);
		
	}
	
	50% {
		transform: scale(1);
		
	}
	
	100% {
		transform: scale(0.8);
		
	}
}	
	

#pagination {
  text-align: center;
  margin-top: 30px;
}
#pagination a {
  text-decoration: none;
}

#pagination a,#pagination span{
margin: 1%;
height: 50px;
width: 50px;
display: inline-block;
background-color: #f39c12;
color: #fff;
line-height: 50px;
font-size: 17px;
text-align: center;
text-decoration: none;	
}

#pagination span.ditto_currentpage,#pagination .ditto_off {
  background-color: #2980b9;
}
#pagination div {
  width: 100%;
  margin: auto;
  font-size: 0px;
  margin: -1%;
}



.editor h2,
.editor h3,
.editor h4
{
	margin-top: 40px;
	margin-bottom: 20px;
}

.editor h1
{
	margin-bottom: 30px;
}

.editor img
{
max-width: 100%;
height: auto;	
}

img.tutorial-vertical
{
max-width: 300px;
height: auto;
padding: 10px;
border: 1px solid #333;
margin: 20px;		
border-radius: 20px;
}


img.wallpaper-preview {
  border: 20px solid #333;
  border-left-width: 3px;
  border-right-width: 3px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#wallpaper img {
  max-width: 100%;
  height: auto;
}


#wp-overview div
{
text-align: center;
}

#wp-overview h3
{

	text-align: center;
}

h1
{
	margin-bottom: 30px!important;
}

.sm-font .big-button
{
	font-size: 15px;
    line-height: 15px;
    padding: 15px 0px;
}

.sm-font .chevron::before {
  
    top: 3px;
    height: 13px;
	width: 13px;
}

.ringtone-box, .ov-standard
{
position: relative;
padding-bottom: 100px;	
}

.ov-standard .button
{
position: absolute;
bottom: 0px;
right: 0px;	
}


.ringtone-box .rt-ov-buttons
{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
	gap: 30px;
}

@media (max-width: 500px) {


	
.ringtone-box img	
{	
margin: 0px 15%;
max-width: 70%;	
}
	
}	

*
{
word-wrap: break-word;		
}


a.ov-gratis-start
{
  background: url(images/klingelton.png) no-repeat 20px 20px;
  padding: 17px 17px 17px 100px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 4px;	  
  text-decoration: none;
}

xarticle	
{	
height: 220px!important;
}

@media (min-width: 700px) {

xarticle	
{	
height: 460px!important;
}
	
}


#tpl-48 table
{
table-layout: fixed;
width: 100%;
}

.itemscope span
{
	display: none;
}