@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
.three {
	padding-top: 0;
	background: #fff;
}

.three .box {
	background-color: #eee;
	padding: 20px;
}

.three .box h2 {
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
}

.three .flex {
	display: flex;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 523px) {
	.three .flex {
		display: block;
		padding: 0 20px;
	}

	.three img {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	.three .flex img.margin {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.three .flex img.margin-l {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 524px) {
	.three .flex {
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 50px 30px;
		max-width: 1700px;
		margin-left: auto;
		margin-right: auto;
		padding: 50px 30px;
	}

	.three img {
		width: 16.666667%;
	}
}
.text-artikel-container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.text-artikel {
	font-size: 22px;
	background: white;
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #FF8C2A;
}

.text-artikel a {
	font-weight: normal !important;
}

.text-artikel a .white {
	color: #FFFFFF;
}

.text-artikel p {
	margin-bottom: 0 !important;
}

.text-artikel i {
	color: #fff;
}
/*----------------------------------------------------------------big-screen-------------------------------------------------------------------*/
@media only screen and (min-width: 1300px) {
	/* 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: #333333;
	line-height: 1.5em;
	letter-spacing: .03em;
}
ul li{
	list-style-type: none;
}
#box{
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}
#box{
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}
.bild{
	width: 100%;
}
img {
	display: block;
}

.img{
	border: 0px solid white;
}

a:link, a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	transition: .3s all ease;
}

a:hover, a:focus, a:active{
	color: #999999;
	text-decoration: none;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
header{
  background-color: #ccc;
	background-image: url(../img/bewertung.jpg);
	background-size: cover;
	background-position: bottom -60px center;
	min-height: 600px;
}
header .wrap{
	position: relative;
}

#logo{
	box-shadow: 3px 3px 5px #333;
	display: inline-block;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Verdana', sans-serif;
	z-index: 3;
}
#logo_img{
	width: 150px;
}

#right{
	padding-top: 20px;
}
#tele{
	float: right;
	color: #fff;
	text-align: right;
	margin-right: 20px;
}
#tele i{
	color: #ff8c2a;
}
#tele a:link, #tele a:visited, #tele a:active, #tele a:hover, #tele a:focus{
	color: #fff;
}
#tele p:first-child{
	font-size: 25px;
}
#tele p:nth-child(2){
	font-size: 11px;
}
#box_orange{
	/*background-color: #ff8c2a;
	background-image: linear-gradient(#FFB475,#ff8c2a);*/
	color: #fff;
	text-align: right;
	font-size: 12px;
	letter-spacing: .08em;
	padding: 1px 0;
	position: relative;
	z-index: 1;
}
#top{
	display: inline-block;
	float: right;
}
#white-box{
	background-color: #fff;
	color: #333;
	text-align: center;
}
#orange-box{
	background-color: #ff8c2a;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}
#welcome{
	padding-top: 180px;
	max-width: 600px;
	float: left;
}
#welcome h1{
	text-shadow: 1px 1px 1px #333;
}
#welcome > h1{
	line-height: 40px;
	color: #333;
	font-weight: bold;
	text-shadow: 2px 2px 2px #fff;
}
#welcome p{
	font-size: 18px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	line-height: 2em;
	font-size: 16px;
	letter-spacing: .06em;
}
#welcome p.padding-top{
	line-height: 1.5em;
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: 0.04em;
}
.info{
	box-shadow: 3px 3px 5px #333;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#welcome .info{
	margin-top: 30px;
}
.info .gray{
	display: inline-block;
	background-color: #fff;
	color: #333;
	padding: 10px 10px;
	font-size: 18px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.info .orange{
	display: inline-block;
	background-color: #ff8c2a;
	color: #fff;
	padding: 10px 10px;
	letter-spacing: .08em;
	font-size: 18px;-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -5px;
}
#anwalt-de{
	width: 300px;
	float: right;
	margin-top: 100px;
	box-shadow: 3px 3px 5px #333;
}
#page-wrapper{
	border-top: 1px solid #ddd;
}
#page-wrapper.impress{
	border-top: none;
}
#main-wrapper{
	padding-top: 80px;
}
#main{
	width: 800px;
}
#main .box{
	width: 700px;
}
#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{
	width: 340px;
	float: right;
	box-shadow: 3px 3px 5px #333;
}
#hilfe ul{
	margin-left: 30px;
}
#hilfe ul li:before {
  content: "\f00c";
	color: #333;
  font-family: FontAwesome;
	font-size: 25px;
  display: inline-block;
  width: 30px;
	margin-left: -30px;
}
#hilfe .box1{
	background-color: #48A1AD;
	padding: 25px 20px;
	color: #fff;
}
#hilfe h1{
	line-height: 1.2em;
	margin-top: 10px;
	font-weight: normal;
	font-size: 30px;
}
#hilfe .line{
	border-top: 1px solid #ccc;
	width: 95%;
	height: 1px;
	margin: 20px 0;
}
#hilfe .box2{
	font-size: 25px;
	padding: 20px;
	margin-top: 10px;
}
#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);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: .5s all ease;
	box-shadow: 3px 3px 5px #333;
	transform: scale(1.01);
}
#hilfe a .box3{
	font-size: 14px;
	color: white;
	margin-left: 0;
	font-weight: bold;
}
#hilfe a .box3:hover{
	box-shadow: 1px 1px 3px #666;
	transform: scale(1.0);
}
#hilfe p.mittig{
	text-align: center;
	margin-left: 0;
}
#debacker{
	padding-top: 90px;
}
#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;
}
#lebenslauf .ui-state-default{
	background: transparent;
	border: 0;
}
#stern{
	font-size: 12px;
	margin-top: 20px;
	padding: 8px 10px 0 20px;
	border-top: 1px solid #ddd;
	text-align: justify;
}
#zitat{
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
	padding: 20px 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	line-height: 1.5em;
}
.ui-accordion .ui-accordion-content {
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
	-webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
	text-align: justify;
	padding: 20px 40px 40px 40px;
	hyphens: auto;
	line-height: 1.5em;
	font-size: 13px;
}
#lebenslauf.ui-accordion .ui-accordion-content ul li{
	margin-bottom: 20px;
	hyphens: auto;
}
#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;
}
.ui-accordion .ui-accordion-content p, .ui-accordion .ui-accordion-content ol{
	margin-bottom: 25px;
}
.ui-accordion .ui-accordion-content ol{
	margin-left: 12px;
}
#accordion.ui-accordion .ui-accordion-header{
	box-shadow: 3px 3px 5px #333;
	margin-bottom: 10px;
}
#recht-wrapper{
  background-color: #48A1AD;
	background-image: url(../img/bewertung.jpg);
	background-size: cover;
	background-position: bottom center;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 80px;
	padding: 50px 0;
}
#recht{
	background-color: #fff;
	padding: 50px 50px 80px 50px;
}
#info-wrapper{
	background-color: #eee;
	margin-top: 50px;
	margin-bottom: 90px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#info{
	padding: 40px 0;
	text-align: center;
}
#info .left, #info h2{
	text-align: left;
}
#info .left{
	width: 700px;
	float: left;
	padding: 40px;
}
#info h2{
	margin-top: 80px;
	font-weight: normal;
}
#info .info{
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -170px;
}
#kontakt{
	padding-top: 30px;
}
#kontakt > h2{
	margin-bottom: 30px;
	text-transform: none;
	font-weight: normal;
}
#map{
	width: 800px;
	height: 400px;
	float: left;
	margin-right: 40px;
	background-image: url(../img/kanzlei-aussen.jpg);
	background-size: cover;
	background-position: bottom left;
}
#kontaktdaten{
	display: inline-block;
}
#kontaktdaten .line{
	border-top: 1px solid #999;
	margin: 5px 0 20px 0;
}
#kontaktdaten .big{
	font-size: 16px;
	line-height: 1.5em;
}
#kontaktdaten p{
	padding-bottom: 10px;
}
#kontaktdaten i{
	color: #ff8c2a;
}
#kontaktdaten .size{
	font-size: 18px;
}
#kontaktdaten .padding-left{
	padding-left: 22px;
}
#formular{
	margin: 100px 0 100px 0;
}
#formular .space{
	height: 30px;
	width: 0;
}
#checkbox{
	width: 10px;
	float: left;
	display: inline;
	margin: 5px 5px 0 2px;
}
#akz{
	width: 90%;
	float: left;
	margin-bottom: 10px;
}
#form{
	padding-top: 20px;
}
#form1{
	width: 500px;
	margin-right: 60px;
	float: left;
}
#form2{
	width: 500px;
	float: left;
}
#check{
	display: none;
}
.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: 280px;
}
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: 180px;
	background-color: #ff8c2a;
	background-image: linear-gradient(#FFB475,#ff8c2a);
	color: white;
	float: right;
	font-weight: bold;
	box-shadow: none;
	letter-spacing: .08em;
	font-size: 18px;
	transition: .5s all ease;
	box-shadow: 3px 3px 5px #666;
	transform: scale(1.01);
	margin-top: 4px;
}
#send:hover{
	cursor: pointer;
	box-shadow: 1px 1px 3px #666;
	transform: scale(1.0);
}
#medien-wrapper h2{
	text-transform:none;
}
#medien{
	max-width: 1300px;
	margin: 0 auto;
}
.img-con, .img-con2{
	display: block;
	border: 0;
	float: left;
	height: 230px;
	width: 20%;
}
.medien-img{
	margin: 0 auto;
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#top-magazin{
	margin-left: 0;
	max-width: 250px;
}
#bild{
	height: 160px;
}
#tvh, #hr3{
	height: 155px;
}
#wirtschafts{
	max-width: 250px;
}
#beratung-wrapper{
  background-color: #48A1AD;
	background-image: url(../img/bewertung.jpg);
	background-size: cover;
	background-position: bottom center;
	padding: 50px 0;
	margin-top: 100px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#beratung{
	text-align: center;
}
#beratung h2{
	font-size: 35px;
	color: #333;
	text-shadow: 2px 2px 2px #fff;
}
#beratung p{
	font-size: 17px;
	max-width: 650px;
	margin: 20px auto 0 auto;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
#beratung p.mittig.small{
	font-size: 14px;
}
#beratung .underline:after {
	background: #ddd;
}
#infobox{
	background-color: #fff;
	box-shadow: 3px 3px 5px #333;
	display: inline-block;
	padding: 30px 30px 10px 50px;
	margin-top: 50px;
}
#infobox ul li{
	text-align: left;
	padding-bottom: 20px;
	font-size: 18px;
}
#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{
	text-align:center;
	padding: 60px 0;
	background: #E9EBEF;
}
.keywords{
	display: inline-block;
	text-align: left;
	margin-right:40px;
}
.keywords.last{
	margin-right: 0px;
}
#keywords h2{
	text-align: left;
	margin-bottom: 10px;
}
.inline{
	display: inline-block;
}
.halb{
	width: 33.333333333333333334%;
	float: left;
}
#kammer{
	padding: 40px 0;
}
#kammer img{
	width: 90%;
	margin: 0 auto;
}
#impressum{
	padding: 30px 100px 30px 0;
	text-align: right;
	background: #48A1AD;
}
#impressum_sub{
	padding: 30px 100px 30px 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
#impressum a:link, #impressum a:visited{
	color: #fff;
}
#impressum a:hover, #impressum a:focus, #impressum a:active{
	color: #ccc;
}
.back_to_top{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 999;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #ff8c2a;
	color: white;
	text-align: center;
	font-size: 40px;
	padding-top: 8px;
	opacity: .9;
	box-shadow: 3px 3px 5px #333;
	transition: .5s all ease;
}
header.imp{
	background-image: none;
	min-height: 0;
}
#impressum-site{
	padding-top: 210px;
}
.impress .wrap, .imp .wrap{
	width: 800px;
}
.impress #impressum{
	text-align: left;
	margin-top: 50px;
	border-top: 1px solid #ccc;
}
.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: 35px;
	/*font-family: 'Philosopher', sans-serif;*/
	letter-spacing: 0em;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	text-transform: uppercase;
	line-height: 1.7em;
}
#keywords h4, #keywords .keywords h1{
	font-weight: normal;
	font-size: 14px;
}
.underline{
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}
.underline:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 100%;
	background: #48A1AD;
}
#main i{
	color: #ff8c2a;
}
h3 {
	font-size: 14px;
}

h4{

}

p {
}

.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;
}

.divided {
	float: left;
	width: 50%;
}
.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;
}

/* Settings for fullwidth */
.sidr.fullwidth {
    width: 100%;
}

.sidr.left.fullwidth {
    left: -100%;
}

.sidr.right.fullwidth {
    right: -100%;
}
}
/* END Settings for fullwidth */
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/

@media print {
body {
	background-color: #ffffff;
	color: #000000;
	font-family: serif;
	font-size: 100%;
}

#galerie, footer, .print, .single-item, .back_to_top, .hidden_text, #formular, #keywords, #impressum, .info, #hilfe, #right, #medien-wrapper {
	display: none !important;
}
#anwalt-de{
	width: 300px;
	border: 1px solid black;
}
#logo img{
	display: block;
	width: 120px;
}
.bold{
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-size: 105%;
}

.heading{
	font-size: 105%;
	font-weight: bold;
}

.link_print a[href]:after {
	content: " (" attr(href) ")";
	}
.accordion > *, #accordion > *{
	display: block !important;
	background-color: #ffffff;
	color: #000000;
	font-family: serif;
	font-size: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
}
