
/*COOKIES CSS START HERE*/
/*
::Table Of Content

1.) Hinweis Cookies Page Style
2.) Hinweis Cookies Responsive Style
-------------------------------------*/

/*
1.) Hinweis Cookies Page Style
-------------------------------------*/
.hinweis-cookies {
    background: rgba(255,255,255,0.97);
	border-top:1px solid rgba(0,0,0,0.2);
	box-sizing:border-box;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding: 25px 70px 25px 62px;
    display: none ;
	font-family:Arial, Helvetica, sans-serif;
}

.hinweis-cookies > div {
    display: flex;
}

.hinweis-cookies h2 {
    width: 230px;
    flex: 0 0 auto;
    font-size: 21px;
    font-weight: 400;
    color: #000;
}

.hinweis-cookies p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.385;
    color: rgba(0,0,0,0.6);
    text-align: justify;
    flex: 1;
    width: 100%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
    padding: 0 44px 0 0;
}

.hinweis-cookies p a {
    color: rgba(0,0,0,0.6);
    text-decoration: underline;
}

.hinweis-cookies p a:hover {
    color: rgba(0,0,0,0.9);
}

.agreed-btn {
    background: #333333;
    border-radius: 3px;
    font-size: 15px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 158px;
    height: 38px;
    padding: 5px 0;
    margin-top: 3px;
	text-decoration:none;
}

.agreed-btn:hover {
    color: #fff;
}

.h-close {
    width: 40px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.h-close:before,
.h-close:after {
    content: '';
    background: #b2b2b2;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 10px;
    top: 18px;
}

.h-close:before {
    transform: rotate(-45deg);
}

.h-close:after {
    transform: rotate(45deg);
}
#footer .hinweis-cookies a{
	color:#222;
}
#footer .hinweis-cookies a.agreed-btn{
	color:#fff;
}
#footer .hinweis-cookies a:hover{
	text-decoration:none;
}
        
/*
2.) Hinweis Cookies Responsive Style
-------------------------------------*/
@media (max-width: 1100px) {
    .hinweis-cookies {
        padding-left: 30px;
        padding-right: 50px;
    }
    
    .hinweis-cookies h2 {
        width: 210px;
    }
    
    .hinweis-cookies p {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .hinweis-cookies {
        padding: 20px 15px;
    }
    
    .hinweis-cookies > div {
        display: block;
    }
    
    .hinweis-cookies h2 {
        font-size: 16px;
        width: auto;
        margin-bottom: 8px;
        padding-bottom: 0;
    }
    
    .hinweis-cookies p {
        font-size: 12px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    
    .agreed-btn {
        display: inline-block;
        font-size: 13px;
        width: 130px;
        height: 30px;
        padding: 0;
		line-height:30px;
    }
}
/*COOKIES CSS END HERE*/

/*datenschutz page start here*/
/*
::Table Of Content

1.) Datenschutz Page Style
2.) Datenschutz Responsive Style
-------------------------------------*/

/*
1.) Datenschutz Page Style
-------------------------------------*/
.impressumMain {
    width: 956px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 100px;
}
.datenschutz-container {
    font-size: 15px;
	padding-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
}

.datenschutzLogo {
    margin: 0 auto 100px;
    display: block;
    width: 185px;
}

.datenschutz-container h1 {
  font-family: Arno Pro, Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 30px;
    color: #1b9ed5;
}

.datenschutz-container h2 {
   font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1b9ed5;     margin-top: 0;
}

.datenschutz-container p,.datenschutz-container li {
     font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #898989;     line-height: 1.3;  text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


.datenschutz-content {
    padding-bottom: 25px;
}

.datenschutz-content ul,
.datenschutz-content address{
    padding-bottom: 20px;
	line-height:1.2;
	list-style:none;
	margin:0px;
	padding-left:0px;
}

.datenschutz-content strong {
    font-weight: 700;
}

.datenschutz-content a {
    color: #898989;
}

.datenschutz-content a:hover {
    color: #2b65a0;
}

span.label {
    display: inline-block;
    width: 72px;
}

.u-line {
    text-decoration: underline;
}

.datenschutz-content ul.bullet-list {
    padding-left: 30px;
}

.bullet-list li {
    padding-left: 15px;
    position: relative;
}

.bullet-list i,.bullet-list em {
    position: absolute;
    left: 0;
    top: 0;
}     
        
@media (max-width: 900px) {
.impressumMain{
	padding-left:20px;
	padding-right:20px;
	max-width:100%;
}
}
/*
2.) Datenschutz Responsive Style
-------------------------------------*/
@media (max-width: 767px) {
    .datenschutz-container {
        font-size: 13px;
        padding-bottom: 0;
    }
    
    .datenschutzLogo {
        margin-bottom: 70px;
    }

    .datenschutz-container h1 {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .datenschutz-container h2 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .datenschutz-container p {
        margin-bottom: 15px;
    }

    span.label {
        width: 70px;
    }

    .datenschutz-content {
        padding-bottom: 20px;
    }

    .datenschutz-content ul,
    .datenschutz-content address{
        padding-bottom: 15px;
    }

    .datenschutz-content ul.bullet-list {
        padding-left: 15px;
    }

    .bullet-list li {
        padding-left: 15px;
    }
}
/*datenschutz page end here*/