/******************************************
Copyright (c) 2024 cdnet-internetservice  *
       Alle Rechte reserviert             *
    Schadensanierung Dresden GmbH                         *
*   @lastmodified 2024-03-25 16:00        *
*******************************************/
html * {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:150%;
	background-color: #eee;
	color:#3364a6;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alumni-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/alumni-sans-v18-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alumni-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alumni-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


	/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}



h1 {
	font-size:1rem;
	margin:6% 0 3% 0;
	color:#3364a6;
}



h2,h3 {
	font-family: 'Oswald';
	color:#333;
	font-size:140%;
	font-weight:100;
	line-height:110%;
	margin: 1.5em 0 1em 0.5em ;
}


h2.klavier {
	line-height:100%;
	margin: 0 0.5em 0.5em ;text-decoration:none;
}


h3 {
	display:block;
	font-size:120%;
	color:#fff;
	padding:1% 4%;
	width:68%;
	background-color:rgb(200, 196, 186);
	margin: 1.5em 0 0.5em 0 ;
}

a {	text-decoration:none;
}

.subline {line-height:145%;
}

.black {
	color:#000;
	font-size:130%;font-weight:900;
}
.red {
	color:#f60;
}
.vari {
	padding:0.2em 0.5em;
	background-color:#eee;
}
.small  {
	font-size:77%;
	color:#000;
	line-height:120%;
}
.rubrum  {
	font-size:77%;margin:0 20%;
	color:#fff;
	line-height:120%;
	text-align:center;
}

.datenschutz {
	display:block;
	padding:0 4em 0 14.5em;
}
/* ======= BODY - BEREICH ========= */


#main  {
width: 40%;
margin:4em auto;
text-align:center;
padding:0
}




/********************************************
======= Links im Content ========
*********************************************/


#main #content a.seclink-2{
  display: inline;
  padding: 0.6em 3em 0.6em 1.5em;
  font-size: 110%;
  font-weight:900;
  line-height: 150%;
  text-decoration: none;
  color: #fff;
  background: url(../img/pfeil-2b.png) right 0em no-repeat;
  margin-bottom:2em
}
#main #content a.seclink-2:hover,
#main #content a.seclink-2.active{
  background: url(../img/pfeil-2a.png) right 0em no-repeat;
}

/*==============  Link mit Hintergrund + Pfeil =========*/

#main #content a.seclink{
  display: inline;
  padding: 0.6em 2.5em 0.6em 1.5em;
  font-size: 110%;
  line-height: 150%;
  text-decoration: none;
  color: #fff;
  border-radius: 22px 22px 22px 22px;
  background: url(../img/pfeil.png) right 0.9em no-repeat;
  background-color: #c8c4ba;
  margin-top:0.2em;
}
#main #content a.distance{
  display: block;
  
}


#main #content a.back{
  display: inline;
  cursor: pointer;
  padding: 0.6em 1.5em 0.6em 2.5em;
  font-size: 110%;
  line-height: 150%;
  text-decoration: none;
  color: #fff;
  border-radius: 22px 22px 22px 22px;
  background: url(../img/pfeil-re.png) left 0.9em no-repeat;
  background-color: #c8c4ba;
  margin-bottom:2em
}
#main #content a.seclink:hover,
#main #content a.seclink.active,
#main #content a.back:hover,
#main #content a.back.active {
  background-color: #9b5e5e;
}


#main #content a.top{
	font-size:70%;
	color:#0055bb;
	padding:0 3em;
	background: transparent url(../img/pfeil-top.png) 0 3px no-repeat;
	text-decoration:none;
}
#main #content a.top:hover{
	color:#000;
	}

#main #content a.whatsapp {
	float:right;padding:0;
	margin:0 -0.5em 0 0;
}
#main #content a.whatsapp:hover {
	background-color:transparent;
		margin:0 -0.5em 0 0;
}
	/*===  Tabele im Text == */
#main #content table{
	width:96%;
	}
#main #content table td{
	padding:1% 2%;
	vertical-align:top;
	border-bottom:1px solid #f0f4f7;
	text-align:left
	}
#main #content table td.re{
	text-align:right;
	}

/*******************************************
	Spalten im Textfeld
********************************************/

#main #content .colL,
#main #content .colR {
	float:left;	
	width:44%;
	min-width:11em;
	margin:2% 7% 3% 0;
	line-height:150%;
}

#main #content .colR {
	margin:2% 0 3% 0;	
}

/********************************************
======= Textbox mit runden Ecken =====
******************************************* */

#main #content .box{
	float:left;
	width:46%;
	min-width:22em;
	margin:2%  5% 2% 0;
	padding:2% 5%;
	background-color:#edd;
	border-radius: 33px 33px 33px 33px;
}
#main #content .re{
	background-color:#dde;
	margin:2%  0 2% 2%;

}

#main #content .box h2{
	text-align:center;
	text-decoration:none;
}


/* #main #content ul.produktgala li a{ */
#main #content a.produktgala {
	list-style:none;
	display:block;
	text-decoration:none;
	padding:12% 6%;
	border:9px solid #eee;
	border-radius: 33px 33px 33px 33px;
	background-color:#f6f6f6;
}


/* #main #content ul.produktgala li a:hover,
#main #content ul.produktgala li a.active { */
#main #content a.produktgala:hover,
#main #content a.produktgala[aria-expanded="true"] {
    color: inherit;
	background-color:#ddd;
	color:#666;
	border-color: #6a6;
}



/* #main #content ul.produktgala .textBox { */
#main #content .produktgala .textBox {
    padding: 10px 0;
	font-size:85%;
	line-height:140%;
	color:#000;
}


/* #main #content ul.produktgala .imageBox img { */
#main #content .produktgala .imageBox img {
    margin-bottom: 0;
	width:100%;
}

#accordion-wrapper [data-accordion] { border-bottom: 2px solid #fff; display: block; clear: both; }
[data-accordion] { position: relative; }

[data-accordion-content] { transition: all 1s; overflow: hidden; }
[data-accordion-content]:not(.accordion_hide) { max-height: 5000px; opacity: 1; }
[data-accordion-content].accordion_hide { max-height: 0; opacity: 0; }

/********************************************
=============  Ricos Layer ein/aus ============
/********************************************/

/* #main #content .prodlayer{ */
#main #content .prodlayer .prodlayer-content{
    background-color: #666;
	color:#fff;
	padding:3% 6%;
	 /* margin: -15px 0 0 -10px; */
}
/* #main #content .prodlayer img.closer{ */
#main #content .prodlayer a.closer{
    float:right;
}

#main #content .prodlayer h3 {
    background-color: #fff;
	color:#666;
}

#main #content .prodlayer h2{
	display:inline;
	color:#fff;
	margin-left:1em;

}

#main #content .prodlayer ul{
	margin-bottom:2.6em;

}
#main #content .prodlayer ul li{
	line-height:100%;

}




/*======== LISTEN IM TEXTKOERPER =======*/
#main #feet {
	color:#fff;
	padding:2%  8% 5% 8%;
	margin-bottom:2em;
	background-color:#99a1a7;
	border-radius: 0 0 33px 33px;
}

#main #feet a {
	padding:1%  1% ;
	color:#fff
}

#main #feet a:hover,
#main #feet a.active{
	color:#000;

}

#main #feet .adressfeld,
#main #feet .subnavi {
	float:left;
	width:45%;
	text-align:left;
	margin-bottom:2em;
}
#main #feet .subnavi {
	float:right;
	text-align:right;
}


.clear  {
	clear:both;
	font-size:0;
	padding: 0;
	margin: 0;
	border: 0;
}



/*   Formularfelder wie Name, Kontonr. etc.
--------------------------------------------- */
#main #content fieldset {
	width:98%;
}
#main #content fieldset p {
	width:100%;
	margin:3% 0;
	color:#666;
	line-height:1.5em;
}
#main #content fieldset label {
	display: inline;
	width:28%;
	min-width:8em;
	float: left;
	line-height:1.8em;
	font-size:0.9em;
	text-align:right;
	margin-right:12px;
}

#main #content fieldset p.text {
	width:80%;
	margin:0 0 0 9%;
	line-height:1.8em;
}

#main #content fieldset p input,
#main #content fieldset p select,
#main #content fieldset p textarea	{
	border: 2px solid #aaa;
	border-radius: 15px 15px 15px 15px;
	background-color:#eaeaef;
	line-height:1.8em;
	padding:3px 9px;
	color:#333;
	width:65%;
	margin-bottom:2px;
}
#main #content .hony{
	visibility: hidden !important;
}


#main #content fieldset p input.dsgvo {
    width:1.5em;
    background-color:transparent;
	margin:0;
	height:1.5em

}

#main #content p select:hover,
#main #content p input:hover,
#main #content p textarea:hover,
#main #content p input:focus,
#main #content p textarea:focus {
	background-color: #fff;
	border:2px solid #a44;
}


#main #content fieldset .send {
	display:inline;
	width:auto;
	cursor:pointer;
	padding:0.6em 1em;
	font-size:110%;
	color:#000;
	border:2px solid #666;
	border-radius: 25px 25px 25px 25px;
	background-color:#eee;
	margin-top:0.5em;
	font-weight:100;
}
#main #content fieldset .send:hover {
	background-color:#000;
	color:#fff;
	border:2px solid #000;

}

#main #content fieldset p textarea {
	height:8em;
}


/* Formularfelder wie PLZ und Betrag */
#main #content select.kurz {
	width: 12em;
	height:2.5em
	}
#main #content select.lang {
	width: 22em;
	height:2.5em
	}


/* Formularfelder wie Termin */
#main #content fieldset .ohne  {
	border:0;
	background-color:transparent;
}


#main #content .printbutton {
    background: url(img/print_but.png) center no-repeat;
    float:right;
}

/* === ENDE === */
