@charset "UTF-8";
/* CSS Document */

.klarstellung{
	margin-top:100px;
	width:calc(100% - 30px);
	max-width:720px;
	min-height:calc(100vh - 100px)
}

#impressum{
	margin-right:30px;
}

.klarstellung-inhalt h1{
	width:100%;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight:300;
	margin-top:90px;
	margin-bottom:60px;
}

.klarstellung-inhalt h2{
	width:100%;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight:900;
	text-transform: uppercase;
	margin-bottom:60px;
	font-size:32px
}

@media (max-width: 975px){
	.klarstellung-inhalt h2{
		font-size:24px;
	}
}

.klarstellung-inhalt p{
	font-family: Roboto Light, sans-serif;
    line-height: 150%;
    margin-bottom: 15px;
}

.klarstellung-inhalt p strong{
	font-family: Roboto, sans-serif;
	font-weight:900;
}


.klarstellung-inhalt p mark{
    font-family: Roboto, sans-serif;
    display: inline-block;
    line-height: 0px;
    padding-bottom: 16px;
    font-size: 20px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #05FF00;
    margin-top: 0px;
}

#popup {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #fff;
      padding: 20px 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.45);
      z-index: 1000;
      display: none;
	width:calc(100% - 75px);
	max-width:720px;
    }

    #popup button {
			font-family: Roboto Light, sans-serif;
      background-color: #04212B;
      color: white;
      border: none;
      padding: 6px 10px;
      cursor: pointer;
      float: right;
		transition: color .25s ease-in-out;
    }

    #popup button:hover,#popup a:hover  {
		color:#04212B;
      background-color: #05FF00;
font-family: Roboto, sans-serif;
		transition: color .25s ease-in-out;
    }

#popup h1{
	    font-family: Roboto, sans-serif;
    display: inline-block;
    line-height: 0px;
    padding-bottom: 16px;
    font-size: 24px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #05FF00;
	text-transform: uppercase;
}

#popup p{
	font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 175%;
    margin-top: 16px;
    font-weight: 400;
	margin-bottom:20px;
}

#popup p strong{
    font-weight: 900;	
}

.mehr-button-wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	text-align: center;
}

#popup a{
	font-family: Roboto Light, sans-serif;
	text-decoration: none;
	color:#fff;
	padding:8px 32px;
	background-color:#04212B;
	font-size:14px;
	transition: color .25s ease-in-out;
}