
/*----------------------------------------------------------------mobil------------------------------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 539px){
/* poppins-regular - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v5-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Poppins Regular'), local('Poppins-Regular'),
			 url('../fonts/poppins-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/poppins-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../fonts/poppins-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/poppins-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/poppins-v5-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v5-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
			 url('../fonts/poppins-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/poppins-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../fonts/poppins-v5-latin-600.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/poppins-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/poppins-v5-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

* {
	padding: 0;
	margin: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	color: #444;
	line-height: 1.5em;
	letter-spacing: .03em;
}
.cc_container .cc_btn {
	background-color: #ff8c2a !important; /* Farbe des Buttons */
	color: #fff !important; /* Textfarbe des Buttons */
}
.cc_container {
	background: #fff !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #333 !important; /* Schriftfarbe des gesamten Bereichs */
	font-family: 'Poppins', sans-serif !important;
	box-shadow: 0 0 5px #333;
}
.cc_container .cc_message{
	line-height: 1.5em !important;
}
.cc_container a {
color: #3C4C67 !important; /* Textlink-Farbe "Mehr Infos" */
}
ul li{
	list-style-type: none;
}
#box{
	width: 100%;
	margin: 0 auto;
}
#box{
	width: 100%;
	margin: 0 auto;
}
.bild{
	width: 100%;
}
img {
	display: block;
}

.img{
	border: 0px solid white;
}

a:link, a:visited{
	color: #444;
	font-weight: bold;
	text-decoration: none;
	transition: .3s all ease;
}

a:hover, a:focus, a:active{
	color: #444;
	text-decoration: none;
}
.wrap{
	width: 95%;
	margin: 0 auto;
}
header{
	background-image: url(../img/kuendigung.jpg);
	background-size: cover;
	background-position: bottom left -300px;
	min-height: 600px;
	padding-bottom: 50px;
}
header .wrap{
	position: relative;
}
#logo{
	display: inline-block;
	padding: 5px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Verdana', sans-serif;
	z-index: 3;
	text-align: left;
}

#logo_img{
	width: 120px;
}
#right{
	padding-top: 5px;
}
#tele{
	float: right;
	text-align: right;
	margin-right: 20px;
	background: #fff;
	padding: 3px 7px 0 7px;
}
#small{
	display: none;
}

#top{
	display: inline-block;
	float: right;
}

#white-box{
	background-color: #fff;
	text-align: center;
}
#orange-box{
	background-color: #ff8c2a;
	color: #fff;
	text-align: center;
	padding: 0 10px 2px 10px;
}
#welcome{
	padding-top: 100px;
  text-align: left;
	margin: 0 auto;
}
#tele i{
	color: #ff8c2a;
}
@media only screen and (min-width: 301px) and (max-width: 400px){
	#test{
		clear: both;
		height: 0;
		width: 0;
	}
	#tele{
		margin-right: 0;
		margin-top: 15px;
		font-size: 10px;
	}
	#tele p:first-child{
		font-size: 14px;
	}
	#welcome{
		padding-top: 40px;
	}
	#top{
		display: block;
		width: 120px;
	}
	#zusatz{
		visibility: hidden;
	}
}
@media only screen and (max-width: 300px){
	#tele{
		visibility: hidden;
	}
	#top{
		display: inline-block;
	}
}

#welcome > h1{
	margin-bottom: 10px;
	font-weight: normal;
}
@media only screen and (max-width: 416px){
	#welcome > h1{
		font-size: 25px;
	}
}
#welcome p{
	font-size: 16px;
	letter-spacing: .06em;
}
#welcome p.padding-top{
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.04em;
}
h1.whitebox{
	line-height: 45px;
}
.whitebox{
	background: #fff;
	padding: 8px 10px;
}
.info{
	display: inline-block;
}
#welcome .info{
	margin-top: 40px;
}
.info .gray{
	display: inline-block;
	background-color: #fff;
	padding: 10px 10px;
	font-size: 18px;
}
.info .orange{
	display: inline-block;
	background-color: #ff8c2a;
	color: #fff;
	padding: 10px 10px;
	letter-spacing: .08em;
	font-size: 18px;
	margin-left: -5px;
}

@media only screen and (max-width: 498px){
	.info{
		display: block;
		text-align: center;
	}
	.info .gray{
		display: block;
		width: 100%;
	}
	.info .orange{
		display: block;
		width: 100%;
		margin-left: 0;
	}
}
#anwalt-de{
	margin: 100px auto 0 auto;
}
#page-wrapper{
	border-top: 1px solid #ddd;
}
#page-wrapper.impress{
	border-top: none;
}
#main-wrapper{
	padding-top: 50px;
}
#main{
	margin: 80px auto 0 auto;
	text-align: left;
}
#main .box p:nth-child(2){
	margin-bottom: 10px;
}
#main ul{
	margin: 40px 0 0 20px;
}
#main ul li{
	padding-bottom: 15px;
	font-size: 16px;
}
#main ul li:before{
  content: "\f138";
	color: #ff8c2a;
  font-family: FontAwesome;
  display: inline-block;
  width: 20px;
	margin-left: -20px;
}
#hilfe{
	margin: 0 auto 50px auto;
	text-align: left;
	border: 1px solid #ccc;
}
#hilfe ul{
	margin-left: 30px;
}
#hilfe ul li:before {
  content: "\f00c";
	color: #3C4C67;
  font-family: FontAwesome;
	font-size: 25px;
  display: inline-block;
  width: 30px;
	margin-left: -30px;
}
#hilfe .box1{
	background-color: #3C4C67;
	padding: 25px 20px;
	color: #fff;
}
#hilfe h1{
	line-height: 1.2em;
	margin-top: 10px;
	font-weight: normal;
}
#hilfe .line{
	border-top: 1px solid #ccc;
	width: 95%;
	height: 1px;
	margin: 20px 0;
}
#hilfe .box2{
	font-size: 25px;
	padding: 30px 20px 20px 20px;
	border: 1px solid #ccc;
}
#hilfe .box2 p{
	font-size: 12px;
	margin-left: 33px;
}
#hilfe .box2 a{
	font-size: 20px;
}
#hilfe .box2 i{
	color: #ff8c2a;
}
#hilfe .box2 p:nth-child(2){
	margin-bottom: 25px;
}
#hilfe ul li{
	line-height: 1em;
	font-size: 16px;
	margin-bottom: 15px;
}
#hilfe .box3{
	padding: 10px 5px;
	margin: 50px 0 5px 0;
	text-align: center;
	background-color: #ff8c2a;
	background-image: linear-gradient(#FFB475,#ff8c2a);
	transition: .5s all ease;
	transform: scale(1.01);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#hilfe a .box3{
	font-size: 14px;
	color: white;
	margin-left: 0;
	font-weight: bold;
}
#hilfe a .box3:hover{
	transform: scale(1.0);
}
#hilfe p.mittig{
	text-align: center;
	margin-left: 0;
}
#debacker{
	padding-top: 40px;
	margin: 0 auto;
	text-align: left;
}
#debacker-img{
	float: left;
	width: auto;
	margin-right: 15px;
}
#debacker h1{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}
#debacker h3{
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#debacker ul{
	padding-left: 145px;
	line-height: 1.2em;
}
#debacker ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  width: 10px;
	margin-left: -10px;
	font-size: 12px;
	color: #ff8c2a;
}
@media only screen and (max-width: 402px){
	#debacker-img{
		float: none;
		width: 100%;
		max-width: 120px;
		margin: 0 auto 30px auto;
	}
	#debacker{
		width: 60%;
		margin: 0 auto;
	}
	#debacker ul{
		padding-left: 10px;
	}
}
#lebenslauf{
	text-align: left;
	margin: 0 auto;
}
#lebenslauf .ui-state-default{
	background: transparent;
	border: 0;
	color: #444;
}
.ui-accordion .ui-accordion-content {
	line-height: 1.5em;
	font-size: 13px;
	padding: 15px 0 20px 10px;
}
#lebenslauf.ui-accordion .ui-accordion-content ul li{
	margin-bottom: 20px;
}
#lebenslauf.ui-accordion .ui-accordion-content ul li:before{
  content: "\f00a";
	color: #ff8c2a;
  font-family: FontAwesome;
  display: inline-block;
	font-size: 12px;
  width: 15px;
	margin-left: -15px;
}
#stern{
	font-size: 12px;
	margin-top: 20px;
	padding: 8px 10px 0 20px;
	border-top: 1px solid #ddd;
	hyphens: auto;
}
#zitat{
	font-size: 22px;
	text-align: center;
	padding: 20px 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 95%;
	margin: 30px auto 0 auto;
	line-height: 1.5em;
}
.ui-accordion .ui-accordion-content p{
	margin-bottom: 15px;
	text-align: left;
}
#accordion.ui-accordion .ui-accordion-header{
	margin-bottom: 10px;
	padding-right: 5px;
}
.ui-accordion .ui-accordion-header{
	text-align: left;
}
.accordion{
	text-align: left;
}
#recht-wrapper{
	background-image: url(../img/kuendigung.jpg);
	background-size: cover;
	background-position: bottom left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 80px;
	padding: 50px 0;
	text-align: left;
}
#recht{
	background-color: #fff;
	padding: 40px 20px 50px 20px;
}
#recht h2{
	text-align: left;
}
#info-wrapper{
	background-color: #F9F2E3;
	margin-top: 50px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#info{
	padding: 30px 0 40px 0;
	text-align: center;
}
#info .left, #info h2{
	text-align: center;
}
#info .left{
  margin: 0 auto;
	padding-bottom: 40px;
}
#info h2{
	margin-top: 20px;
	font-weight: normal;
}
#info .info{
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -170px;
	box-shadow: 3px 3px 5px #333;
}
@media only screen and (max-width: 498px){
	#info .info{
		position: static;
		margin-left: 0;
	}
	#info .underline:after {
		height: 0px;
		width: 0%;
		background: transparent;
	}
}
#kontakt{
	padding-top: 30px;
  text-align: center;
}
#kontakt > h2{
	margin-bottom: 30px;
	text-transform: none;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 18px;
}
.block{
	display: block;
}
#map{
	width: 100%;
	height: 400px;
  text-align: left;
	background-image: url(../img/kanzlei-aussen.jpg);
	background-size: cover;
	background-position: bottom left;
}
#kontaktdaten{
	display: inline-block;
  margin-top: 30px;
}
#kontaktdaten .line{
	border-top: 1px solid #999;
	margin: 5px 0 20px 0;
}
#kontaktdaten .big{
	font-size: 16px;
	line-height: 1.5em;
  text-align: left;
}
#kontaktdaten p{
	padding-bottom: 10px;
  text-align: left;
}
#kontaktdaten h2{
  text-align: left;
	line-height: 1.5em;
}
#kontaktdaten i{
	color: #ff8c2a;
}
#kontaktdaten .size{
	font-size: 18px;
}
#kontaktdaten .padding-left{
	padding-left: 22px;
}
#formular{
	margin: 100px auto 100px auto;
  text-align: left;
}
#formular .space{
	height: 30px;
	width: 0;
}
#form{
	padding-top: 20px;
}
#check{
	display: none;
}
#checkbox{
	width: 10px;
	float: left;
	display: inline;
	margin: 5px 5px 0 2px;
}
#akz{
	width: 90%;
	float: left;
	margin-bottom: 10px;
}
.textfeld{
	width: 100%;
	margin-bottom: 30px;
}
input, textarea{
	color: inherit;
	padding: 20px 10px;
	font-size: 16px;
	width: 100%;
	box-shadow: inset 0 0 8px #666;
	border: 0;
	background: none;
	border-radius: 5px;
	font-family: inherit;
	transition: .3s all ease;
}
textarea{
	height: 254px;
}
input:hover, textarea:hover{
	transform: scale(1.01);
}
#medien-wrapper{
	text-align: center;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 50px 0 20px 0;
}
#captcha{
	float: left;
}
#send{
	width: 100%;
	background-color: #ff8c2a;
	background-image: linear-gradient(#FFB475,#ff8c2a);
	color: white;
	float: right;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 18px;
	transition: .5s all ease;
	transform: scale(1.01);
	margin-top: 4px;
}
@media only screen and (min-width: 335px) and (max-width: 640px){
	#captcha, #send{
		margin: 0 auto;
		float: none;
		width: 302px;
	}
	#send{
		display: block;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 334px){
	#captcha, #send{
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	#captcha{
		transform:scale(0.9) !important;
		-webkit-transform:scale(0.9) !important;
		transform-origin:0 0 !important;
		-webkit-transform-origin:0 0 !important;
	}
}
#send:hover{
	cursor: pointer;
	transform: scale(1.0);
}
#medien-wrapper h2{
	text-transform:none;
	line-height: 1.5em;
	width: 70%;
	line-height: 1.5em;
}
#medien{
  margin: 0 auto;
}
.img-con{
	display: block;
	border: 0;
	float: left;
	height: 230px;
	width: 60%;
}
.img-con2{
	display: block;
	border: 0;
	float: left;
	height: 230px;
	width: 40%;
}
.medien-img{
	margin: 0 auto;
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  max-width: 250px;
}
#top-magazin{
	max-width: 250px;
}
#bild{
	height: 160px;
	margin: 0;
}
#tvh, #hr3{
	height: 155px;
}
#wirtschafts{
	max-width: 250px;
}
@media only screen and (max-width: 477px){
	.img-con, .img-con2{
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#bild{
		margin: 0 auto;
	}
	.medien-img{
		position: relative;
		top: 0%;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	#bild{
		height: auto;
		width: 130px;
	}
	#tvh{
		height: auto;
		width: 120px;
	}
	#medien{
		padding-bottom: 40px;
	}
}
#beratung-wrapper{
  background-color: #3C4C67;
	background-image: url(../img/kuendigung.jpg);
	background-size: cover;
	background-position: top left -200px;
	padding: 50px 0;
	margin-top: 100px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#beratung{
	text-align: center;
}
#beratung h2{
	font-size: 25px;
	line-height: 1.5em;
}
@media only screen and (max-width: 462px){
	#beratung h2{
		font-size: 26px;
	}
}
#beratung p{
	font-size: 17px;
	max-width: 650px;
	margin: 20px auto 0 auto;
}
#beratung p.mittig.small{
	font-size: 14px;
}
#beratung .underline:after {
	background: #ff8c2a;
}
#infobox{
	background-color: #fff;
	display: inline-block;
	padding: 30px 5px 10px 30px;
	margin-top: 30px;
	width: 100%;
}
#infobox ul li{
	text-align: left;
	padding-bottom: 20px;
	font-size: 16px;
}
#infobox ul li:before{
  content: "\f138";
	color: #ff8c2a;
  font-family: FontAwesome;
  display: inline-block;
  width: 23px;
	margin-left: -23px;
}
#beratung .info{
	margin-top: 60px;
}
#keywords{
	padding: 60px 0;
	text-align: center;
	background: #F4F2EC;
}
#keywords h2{
	text-align:center;
	margin-bottom: 10px;
}
#keywords h4, #keywords .keywords h1{
	font-weight: normal;
	font-size: 14px;
}
.inline{
	display: inline-block;
}
#kammer{
	padding: 40px 0;
}
#kammer img{
	width: 80%;
	margin: 0 auto;
}
#impressum{
	padding: 30px 100px 30px 0;
	text-align: right;
	background: #5C4E4E;
	color: #fff;
}
#impressum_sub{
	padding: 30px 100px 30px 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
#impressum a:link, #impressum a:visited{
	color: #ccc;
	line-height: 2em;
}
#impressum a:hover, #impressum a:focus, #impressum a:active{
	color: #fff;
}
.back_to_top{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #ff8c2a;
	color: white;
	text-align: center;
	font-size: 30px;
	padding-top: 8px;
	opacity: .9;
	transition: .5s all ease;
}
header.imp{
	background-image: none;
	min-height: 0;
}
#page-wrapper.impress{
	border-top: none;
}
#impressum-site{
	margin-top: 160px;
}
.impress .wrap{
		margin: 30px auto 0 auto;
}
.impress #impressum{
	text-align: left;
	margin-top: 50px;
	border-top: 1px solid #ccc;
	padding: 30px 5px;
	line-height: 2em;
}
.impress p{
	margin-bottom: 15px;
}
.impress .padding{
	margin-bottom: 0;
}
.impress ul{
	margin: 7px 0;
}
.impress ul li{
	list-style-type: square;
	margin-left: 20px;
}
.impress .disc{
	margin-top: 20px;
}
.back_to_top:link, .back_to_top:visited, .back_to_top:focus, .back_to_top:active{
	color: white;
	opacity: .7;
}

.back_to_top:hover{
	opacity: 1;
	transform: translateY(-7px);
}

h1 {
	font-size: 30px;
	letter-spacing: 0em;
}

h2 {
	font-size: 21px;
	text-transform: uppercase;
	line-height: 1.5em;
}
.underline{
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}
.underline:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 100%;
	background: #ff8c2a;
}
#main i{
	color: #ff8c2a;
}
h3 {
	font-size: 14px;
}

.block {
	display: block;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	}
.clear-left{
	clear: left;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/

.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}
/***************sidr***************************************************************/

.menu-button {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(../menu.gif) no-repeat;
    overflow: hidden;
    width: 34px;
    height: 31px;
    text-indent: -9999px;
}

.menu-button.right {
    right: 20px;
    left: auto;
}

.menu-button.bottom {
    top: 100px;
}

.menu-button.fixed {
    position: fixed;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}

.sidr-open #overlay {
    display: block;
}

.sidr.fullwidth {
    width: 100%;
}

.sidr.left.fullwidth {
    left: -100%;
}

.sidr.right.fullwidth {
    right: -100%;
}
}
