@import "fonts.css";

/* =LAYOUT ======================== */
html, body {
	overflow-x: hidden;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #343435;
}
body > header {
	position: relative;
	overflow: hidden;
}
section {
	margin: 30px 0;
}
main.content {
	padding-top:40px;
}
/*
.frame {
    margin-bottom: 40px;
}
*/
@media (min-width:575px){
	/*
    #start main.content {
		background-image: url("../Img/wappen.png");
		background-position: 30px 50px;
			background-repeat: no-repeat;
		background-size: auto 330px;
	}
    */
}

@media (min-width: 1500px){
	#start main.content {
		background-position: 225px 30px;
	}
}

@media (orientation: portrait){
	body {
    	padding-bottom: 0px;
	}
}


@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
	section {
		margin: 60px 0;
	}
	section > .row > div  {
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media (min-width: 1024px) {
	
}

.fullwidth {
	margin-bottom:50px;
}


/* =LOGO ======================== */
#logo {
	display: -webkit-flex;
	display: flex;
	width: 83%;
	margin: 30px 0 20px 0;
	overflow: hidden;
	z-index: 9999;
}
#logo img {
	position: relative;
	max-width: 83%;
}
@media (min-width: 768px){

}

#logo img {
	max-width: 100%;
	height: auto;
	align-self: flex-start;
}

@media(min-width:768px) {
	#logo  {
		max-width: 60%;
	}
}
@media(min-width:1024px) {
	#logo  {
		max-width: 50%;
	}
}
@media(min-width:1200px) {
	#logo  {
		max-width: 35%;
	}
}

/* =BASIC STYLES ======================== */

img {
	max-width: 100%;
	height: auto;
}
.ce-intext.ce-left .ce-gallery {
	margin-right: 0px;
}
@media (min-width: 768px) {
	.ce-gallery img {
    	display: block;
	}
	.ce-intext.ce-left .ce-gallery {
	margin-right: 20px;
}
}
.small {
	font-size: 0.9em;
}
.xsmall {
	font-size: 0.8em;
}
.red, 
.error {
	color:#c00;
}
.grey {
	color:#999;
}
.clear {
	clear:both;
}
.italic {
	font-style:italic;
}
.hide {
	display:none;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}
.align-left {
	text-align:left;
}
.note {
	font-size:0.9em;
	font-style:italic;
	color:#999;
}
.price {
	font-size: 16px;
	font-weight: bold;
}
@media(min-width:992px) {
	.price {
		font-size: 16px;
		font-weight: bold;
	}
}
.cc-window {
	background-color: #727272 !important;
}
.cc-link {
	color: #191919 !important;
}
@media (max-width: 736px) {
	.cc-window.cc-bottom {
		bottom: 40px !important;
		border-radius: 0 !important;
	}
	
}
/* blockquote */
blockquote p {
	/*color: #CFAD65;*/
	font-weight: 300;
	/*font-size: 18px;*/
	font-family: "open-sans", sans-serif;
}

blockquote p:before {
	content:'\201E';
	font-family:serif;
	font-size: 26px;
    padding-right: 5px;
}
blockquote p:after {
	content:'\201C';
	font-family:serif;
	font-size: 26px;
    padding-left: 5px;
}
blockquote  + p {
	margin-top: -15px;
	font-weight: 300;
}

/* links */
a:link, 
a:visited,
a.btn:hover,
a.btn:focus {
	outline: none;
	text-decoration: none;
}
a:hover, 
a:focus,
a:active,
a.btn:hover,
a.btn:focus,
a.btn:active {
	outline: none;
	text-decoration: none;
}
:active, 
:focus {
	outline: none; /* Chrome */
} 
a.internal-link:link, 
a.internal-link:visited,
a.content-link:link, 
a.content-link:visited,
a.more:link, 
a.more:visited {
	position: relative;
	display: inline-block;
}


/*----*/
a {
	color: rgba(167, 134, 65, .8);
}

a:hover {
	color: #CFAD65;
}

/* TYPO3 : anker-tags f�r interne links nach oben setzen*/
a.anchor {
	position:absolute;
	margin-top:-35px;
}
/* text */
p {
	color: #343435;
	margin-bottom: 20px;
}
p.align-center {text-align: center;}
h1, h2, h3, h4, h5 {
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3 {
	font-weight: 300;
}
h1 {
	
	font-size: 29px;
	line-height: 38px;
	font-weight: 400;
	color: #CFAD65;
    margin-bottom:30px;
}

h2 {
	margin-top: 40px;
    font-size: 27px;
    color: #CFAD65;
    font-weight: 300;
	margin-bottom: 15px;
}
h2:first-of-type {
	margin-top:0;
}

h3 {
	margin-top: 35px;
  	margin-bottom: 17px;
	font-size: 24px;
	line-height: 28px;
}
h3.align-center {
    margin-bottom: 30px;
}
footer h3 {
	margin-top: 0;
	color: #CFAD65;
}
h4 {
	margin-top: 25px;
	font-size: 20px;
	line-height: 24px;
	color: #121212;
}
h5 {
	color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
	margin-bottom: 25px;
}
h6 {
	color: #747678;
	font-weight: 500;
	font-size: 16px;
}

h1 + h2, h2 + h3, h3 + h4 {
	margin-top:0;
}

@media(min-width:992px) {
	.ce-bodytext {
		text-align: left;
	}
	.ce-bodytext.ce-center {
		text-align: center;
	}
}

/* other */
#content .csc-textpic-imagewrap ul,
#content .csc-textpic-imagewrap ol {
	margin-left:0px;
}
table p {
	padding:0;
	margin:0;
}
hr,
hr.linie-davor,
hr.linie-danach {
	clear:both;
	background-color:#adadad;
	color:#adadad;
	border:#adadad;
	height:1px;
	margin:10px 0;
}
address,
caption,
cite,
code,
dfn,
var {
	font-style:normal;
	font-weight:normal;
}
caption,
th {
	text-align:left;
}
fieldset {
	border:none;
}
input,
textarea,
select {
	border:0px solid #ccc;
	font-size:1em;
	padding:4px;
}
input:focus,
textarea:focus {
	background-color:rgba(255, 255, 255, 0.5);
	color: #798a7a;
}
a i {
	cursor: pointer;
}
.img-responsive {
	max-width:100%;
	height:auto;
}
main header h2 + p time {
	margin-top:-20px;
	display:block;
}


/* buttons*/

.btn,
.btn-primary,
a.button{
	margin-top: 15px;
    font-weight: 400;
	background-color: #cfad65;
    border: none;
    color: #fff;
    border-radius: .15rem;
    padding: .5rem 1.25rem;
    font-size: 0.95em;
	line-height: initial;
}


.btn:hover,
.btn-primary:hover,
a.button:hover {
	background-color: #CFAD65;
	color:#fff;
}

/* =HEADER ======================== */
.container.header-top {
	position: relative;
}

@media (max-width:991px){
	.header-flex {	
		position: relative;
		margin: auto calc(50% - 50vw);
	}
}

/* === LANGUAGE === === === === === === ===*/
#lang {
	font-size: 14px;
    float: right;
}
#lang ul li {
	display: inline-block;
	float: left;
	margin-left: 10px;
} 
#lang ul li a {
	color:#fff;
}
#lang ul li a:hover {text-decoration: none;}
.switch span {
	color: #CFAD65;
}


/* =KEYVISUAL ======================== */

.dce-keyvisual .text {
	background:none;
	padding: 0; 
    font-size: inherit; 
}

@media (min-width:1200px){
	.dce-keyvisual .review {
    position: absolute;
    right: 3%;
    bottom: 10%;
    font-size: 14px;
	max-width:350px;
	}
}
@media (min-width:1500px){
	.dce-keyvisual .review {
    position: absolute;
    right: 3%;
    bottom: 10%;
    font-size: 14px;
	max-width:550px;
	}
}

.dce-keyvisual .review p {
	color: #fff;
}
@media (max-width:1199px) {
	.dce-keyvisual .review {display:none;}
}
.dce-keyvisual .textbox {
	position: absolute;
	color: #222;
}
@media (max-width: 991px){
	.dce-keyvisual .textbox {
		display:none;
	}
}
@media (min-width:992px){
	.dce-keyvisual .textbox {
		left: 5%;
		top: 7%;
		width: 33%;
	}
}
@media (min-width:1100px){
	.dce-keyvisual .textbox {
		top: 12%;
		width: 32%;
	}
}
@media (min-width: 1300px){
	.dce-keyvisual .textbox {
		top: 12%;
		width: 34%;
	}
}
@media (min-width: 1500px){
	.dce-keyvisual .textbox {
		top: 12%;
		width: 26%;
	}
}
@media (min-width: 1700px){
	.dce-keyvisual .textbox {
		top: 16%;
		width: 24%;
	}
}
.dce-keyvisual .textbox b {
	font-weight: normal;
}
.dce-keyvisual .textbox {
    background: rgba(255,255,255,0.4);
    padding: 20px 35px 35px;
	font-size: 16px;
	line-height: 22px;
}
.dce-keyvisual .textbox h1,
.dce-keyvisual .textbox h2{
	margin: 15px 0;
	color: #222;
	font-size: 28px;
	line-height: 32px;
	font-weight:300;
}
.dce-keyvisual .textbox h4 {
	background:none;
	margin: 0;
	padding:0;
	font-weight: 300;
	color: #111;
	margin-bottom: 17px;
    font-size: 24px;
    line-height: 28px;
}
.dce-keyvisual .textbox p {
	margin: 15px 0 10px 0;
	color: #111;
}.dce-keyvisual .textbox h3 {
	color: #fff;
}
.dce-keyvisual img {
	width: 100%;
}
hr.parting-line {
	width: 10%;
}
/* =NAVIGATION ======================== */
/* Topnavigation */
div.top {
	height:35px;
	background:#cfad65;
	line-height: 35px;
}
div.topnav {
	float:left;
}
div.topnav ul.nav li {
	display: inline-block;
	margin-left: 10px;
}
div.topnav ul.nav li a {
	padding: 10px 5px;
	color: #fff;
}
div.topnav ul.nav li a:hover,
div.topnav ul.nav li a:focus {
	color: rgba(255,255,255,0.7);
}
div.topnav ul.nav li a:hover,
div.topnav ul.nav li a:focus {
	background: none;
}

@media(max-width:767px) {
	div.top {
	   display:none;
	}
}
@media(min-width:768px) {
	div.topnav ul.nav li {
		margin-right: 15px;
	}
	div.topnav ul.nav li a {
		padding: 0;
	}
}

/* Hauptnavigation */
.navbar {
	min-height: auto;
	margin-bottom:10px;
	background:none;
	border:0px;
	z-index: 10;
    justify-content: flex-end;
}

.navbar > .container {
	position: relative;
}
.navbar-header {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 1001;
}
.navbar-brand {
	max-width:60%;
	height:auto;
	padding:15px 0;
}

.navbar-toggle {
	float: left;
	margin:0;
	padding: 10px 0;
	border:0;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background:none;
}
.navbar-default .navbar-toggle .icon-bar {
	height: 3px;
	margin-bottom: 3px;
	background: #CFAD65;
}
.navbar-toggler {
    font-size: 1.6rem;
	color:#666;
    margin-top: -70px;
	margin-right: -15px;
}

.navbar-nav {
	margin: 0 -15px;
}
.navbar-default .navbar-nav > li {
	text-align: center;
}
@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 10px 15px;
		font-size: 18px;
		font-weight: 300;
		color: #CFAD65;
		line-height: 36px;
	}
}
.navbar-default .navbar-nav > li > a {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 300;
	color: #CFAD65;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus {
	color: #000;
	background: #CFAD65;
}

@media(min-width:768px){
	.navbar {
		padding: 0;
	}
	.navbar-brand {
		max-width:100%;
	}
	.navbar-nav {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		float: none;
		margin:30px 0px 0px;
	}
	.navbar-default .navbar-nav > li {
		border: none;
	}
	.navbar-default .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.navbar-default .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.navbar-default .navbar-nav > li > a {
		display: inline-block;
		padding: 10px 10px;
		color: #CFAD65;
		background: none;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li.open > a,
	.navbar-default .navbar-nav > li.open > a:hover,
	.navbar-default .navbar-nav > li.open > a:focus {
		color: rgba(255,255,255,1);
	}
}
@media(min-width:1200px){
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li.open > a,
	.navbar-default .navbar-nav > li.open > a:hover,
	.navbar-default .navbar-nav > li.open > a:focus {
		font-size: 20px;
		font-weight: 400;
	}
}

/* 2. Ebene */
.navbar-collapse.in {
	border: none;
	overflow-y: inherit;
}
.navbar-collapse {
	max-height: none;
	overflow-x: inherit;
}
.navbar-nav .schmuckgrafik {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}
.navbar-nav > li.dropdown.active.open .dropdown-toggle {
	color: #27628f;
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
	background: rgba(160,137,103,0.8);
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: inherit;
}
.navbar-nav .dropdown h3 {
	display: none;
}
.navbar-nav > li > .dropdown-menu > ul {
	position: relative;
	width: 100%;
	padding: 0;
	list-style: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav > li > .dropdown-menu > ul > li > a {
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	background: rgba(160,137,103,0.9);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color:rgba(255,255,255,1);
	background: rgba(202,0,93,0.95);
}


@media (min-width: 768px) {
	.navbar-nav > li:hover > .dropdown-menu,
	.navbar-nav > li:focus > .dropdown-menu{
		display: -webkit-flex;
		display: flex;
	}
	.navbar-nav > li > .dropdown-menu > ul > li {
		margin-bottom: 5px;
	}
	.navbar-nav > li > .dropdown-menu > ul > li > a {
		font-size: 15px;
		background: none;
		border: none;
	}
	.dropdown-menu > li > a {
		color:#000;
	}	
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background:none;
	}
}
@media (min-width: 1200px) {
}



/* =CONTENT ELEMENTS ======================== */

/*  === INTRO TEXT === === === === === === === === ===*/


/*  === FACTS === === === === === === === === ===*/
#start .fullwidth {
	background: url("../Img/kompetenzen-hintergrund.png");
	padding: 80px 0;
	margin-top: 80px;
	color:#fff;
	background-repeat: no-repeat;
	background-size: cover;
}
.dce-teaser .liste-bild {
	padding: 0 !important;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.dce-teaser .liste-bild img {
	max-width: none;
	width: auto;
    height: 100%;
}
.dce-teaser .liste-text {
	padding: 0 !important;
}
.dce-teaser .liste-text .text-wrap {
	padding-bottom: 20px !important;
}
.dce-teaser .liste-text h3,
.dce-teaser .liste-text p {
	text-align: left;
}

#start .fullwidth h2 {
	color: #fff;
	font-size: 32px;
	text-align:center;
	margin-bottom:25px;
}
#start .fullwidth h2:after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    margin: 12px auto 0 auto;
    width: 10%;
}
#start .fullwidth > .container > div > p {
	line-height:20px;
	text-align:center;
	color:#fff;
}
.fullwidth .dce-teaser {
	margin-top:40px;
}
.fullwidth .dce-teaser .box {
	margin: 0 15px 0;
    position: relative;
    height: 100%;
    background: #fff;
    text-align: center;
    min-width: 250px;
    box-shadow: 0 0 15px -5px #000;
}
#start .fullwidth .text-wrap {
	font-size: 15px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 30px 40px;
}
#start .fullwidth h3 {
	color: #CFAD65;
	margin-top: 5px;
}

#start .fullwidth .dce-teaser a.btn {
	margin: 0 auto;
}
#start .fullwidth a.btn:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.dce-teaser .nolist .col-md-6:last-child {
		    flex: 0 0 100%;
   			max-width: 100%;
	}
	.dce-teaser .nolist .col-md-6:last-child .dreier-grid {
		flex-direction: row;
	}
	.dce-teaser .nolist .col-md-6:last-child .dreier-grid a:first-child {
		flex: 0 0 41.666667%;
    	max-width: 41.666667%;
   		display: flex;
    	justify-content: center;
    	overflow: hidden;
	}
	.dce-teaser .nolist .col-md-6:last-child .dreier-grid a:first-child img {
		max-width: none;
    	width: auto;
    	height: 100%;
	}
	.dce-teaser .nolist .col-md-6:last-child .dreier-grid .text-wrap h3,
	.dce-teaser .nolist .col-md-6:last-child .dreier-grid .text-wrap p {
		text-align: left;
	}
	.dce-teaser .nolist .col-md-6:last-child .dreier-grid .text-wrap a {
		margin: 0 !important;
	}
}
@media (max-width: 768px) {
	.dce-teaser .liste .liste-text .text-wrap h3, 
	.dce-teaser .liste .liste-text p {
		text-align: center;
	}
}

/*  === NEWS === === === === === === === === ===*/

/*#start main .container > .frame:nth-child(3) {
	position: relative;
}
#start main .container > .frame:nth-child(3)::after {
	content: "";
	background: url("../Img/schmuckelement-psychotherapie.png");
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	right: -6vw;
}*/

/*  === NEWS === === === === === === === === ===*/
@media (max-width: 768px) {
	.ce-textpic {
		display: flex;
		flex-direction: column;
	}
}

/* === CONTACT === === === === === === ===*/
.angebot {
	background: #000;
	color: #fff;
	margin: 80px calc(50% - 50vw) 0;
	padding: 80px 0 80px;
	text-align:center;
}
#start .angebot h2,
.angebot h2 {
	color: #fff;
	margin-bottom: 30px;
}
.angebot h2:after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    margin: 15px auto 0 auto;
    width: 10%;
}
.angebot-text {
	margin-bottom: 30px;
}

.angebot-text p {
    color: #fff;
	margin: 0px;
}
.angebot a:hover {
	background: #CFAD65;
	color: #fff;
}
@media (min-width: 768px) {
	.angebot {
    	background: url("../Img/kontakt-hintergrund.png") center no-repeat;
	}
	.angebot-text h3 {
		font-size:45px;
	}
}
@media (max-width: 768px) {
	.angebot {
    	background: url("../Img/kontakt-hintergrund-mobil.png") center no-repeat;
	}
}

.angebot a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;

}

/* Inhalt auf Kontakt ausblenden */
.pid1021 .angebot .container {
    display:none;
}

/* =OTHER ======================== */
span.new {
	font-weight: bold;
	color: #bd1220;
}
nav span.new {
	margin-right: 5px;
}
/* IDs */

/* Buttons*/
.dce-keyvisual a.button, .facts a.btn {
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
}
.facts a.btn {
    background: #CFAD65;
    color: #fff;
    padding: 4px 20px 3px;
	font-size: 15px;
}
.facts a.btn:hover {
    background: rgba(202,0,93,0.8);
}
.dce-keyvisual a.button:after, a.button:after  {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px; /* same as padding-left set on li */
	margin-bottom: 5px;
}

/* =FOOTER ======================== */
footer {font-size: 15px;padding: 20px 0 0 0;clear:both;}
footer a {color:#727272;}
footer a:link,
footer a:visited {position: relative;display: inline-block;}
footer a:hover {color: #727272;}
footer i {margin-right: 1.3em;} 
footer .ce-bodytext p {
	margin:0
}

ul.ce-menu.ce-menu-0 {
	padding-left: 20px;
	list-style: none;
}
footer .footer-flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 15px 50px;
}
footer .footer-flexbox .footer-box img {
	margin: 0px;
}
footer .footer-box {
	text-align:left;
}

footer .content {
	padding: 40px 15px 70px;
}

footer div.content{
	background-image:url("../Img/footer-psychotherapie.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size:auto;
}

/*----*/

#c4824 ul {
	padding-left:0;
}
#c4824 ul li {
	list-style-type: none;
	position: relative;
	padding-left:18px;
}
#c4824 a {
	color: #CFAD65;
}#c4824 a:hover {
	color: #000;
}
#c4824 ul li::before {
	content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
}

/*----*/


.musthavecopy {background: #000;color: #fff;font-size: 14px;}
.musthavecopy .container {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}

.copy {padding: 10px 0;}
.copy a {color: #fff;}
.copy a:hover {color: #CFAD65;}

.musthave {padding: 10px 0;}
.musthave {list-style: none;display: flex;margin: 0;}
.musthave li {float:left; }
.musthave li a {padding: 0px 5px;margin: 0 5px; display: block;color: #fff;}
.musthave li a:hover {color: #CFAD65;}
.musthave li:first-child a {padding-left: 0;}
.musthave li:last-child a {padding-right: 0;margin-right: 0;}
.musthave li.first { border-right: 1px solid;}

.tel, .bottommail {
	color: #CFAD65;
}
.tel:hover, .bottommail:hover {
	color: #000;
}
footer .footer-flexbox .footer-box img {
        max-width: 100%;
        margin: auto;
}

@media (max-width:992px) {
	footer .footer-flexbox .footer-box {
		justify-content: space-between;
		width: 100%;
	    margin: 0 20px 20px 0;
	}
	footer .footer-flexbox .ce-bodytext{
		padding-bottom: 0px;
	}
    footer .footer-flexbox .footer-box .frame-type-textmedia {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:1200px) {
	footer .footer-flexbox .footer-box img {
        max-width: 430px;
	}
}
@media (max-width:500px) {
	footer .footer-flexbox .footer-box img {
        max-width: 250px;
	}
}

.footer-box {
	font-size: 16px;
}
.footer-box p {
	font-size: 16px;
}

/* =Sitemap auf 404 Seite ============== */
.frame-type-menu_sitemap {
	text-align:center;
	margin-top: 30px;
}
.frame-type-menu_sitemap ul {
	list-style: none;
    margin: 0;
    padding: 0;
}


/* =EXTENSIONS ======================== */
/* POWERMAIL */
.tx-powermail {
	text-align: left;
}
.tx-powermail .container-fluid {
    padding:0;
}
.tx-powermail h3,
.tx-powermail legend {
	display:none;
}

.powermail_fieldwrap.powermail_fieldwrap_type_input, 
.powermail_fieldwrap.powermail_fieldwrap_type_textarea, 
.powermail_fieldwrap.powermail_fieldwrap_type_check,
.powermail_fieldwrap.powermail_fieldwrap_type_submit,
.powermail_fieldwrap.powermail_fieldwrap_type_typoscript {
	padding-left: 0px;
	padding-right: 0px;
}
.form-group div.col-sm-10 {padding: 0;}
.control-label.col-sm-2 {padding: 0;}
.tx-powermail h3 {font-size:22px;letter-spacing: 0.1px;color:#CFAD65;}
.powermail_input, .powermail_textarea  {background: #ccc;}
.powermail_legend {margin-bottom: 30px;font-size: 16px;}
.form-control:focus {border-color: #ffbc49;box-shadow: 0 0 0 0.2rem rgba(255,204,51,.25);}
div.tx-powermail .checkbox label {color: #636363;font-size: 15px;font-weight: 400;}
div.tx-powermail .checkbox label input {margin-right: 10px;}
@media (min-width: 992px){
.powermail_input {width: 70%;background: #ccc;}
label.control-label.col-sm-2 {float: left;width: 20%;font-size:16px;}
.checkbox a {color:#CFAD65;}
.powermail_textarea {width: 70%;background: #ccc;}
.tx-powermail h3 {font-size:26px;letter-spacing: 0.1px;}
}
@media (min-width: 576px){
.col-sm-2 {
    max-width: 30%;
}
}

@media print {
	.top,
	.dce-keyvisual {
		display: none;
	}
}
