@import url("reset.css");
@import url("layout.css");
@import url("font-awesome.min.css");
@import url("font-awesome.css");
@import url("fontello.css");

body{
	font-family : Arial, Helvetica, sans-serif;
	color : #4B4C4D;
}
h2, h3, h4, h5 {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight : 400;
	clear : both;
	margin-bottom : 20px;
}
h1 {
	font-size : 46px;
	line-height : 56px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight : 300;
}
#index h1 {
	margin-bottom : 20px;
	font-size : 26px;
	line-height : 36px;
	font-weight : 400;
}
h2 {
  font-size : 22px;
  line-height : 32px;
}
p+h2, div+h2, ul+h2, ol+h2 {
	margin-top : 35px;
}
h3 {
	font-size : 20px;
	line-height : 30px;
}
p+h3, div+h3, ul+h3, ol+h3 {
	margin-top : 30px;
}
h4 {
	font-size : 18px;
	line-height : 24px;
}
p+h4, div+h4, ul+h4, ol+h4 {
	margin-top : 25px;
}
h5 {
	font-size : 16px;
	line-height : 22px;
}
b, strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
p {
	margin-bottom : 20px;
}
blockquote {
	padding-left : 2%;
	margin-left : 3%;
	font-style : oblique;
	font-size : 13px;
	overflow : hidden;
	margin-bottom : 20px;
	border-left : thick solid #CFCFCF;
}
blockquote p:last-child {
	margin-bottom : 0px;
}
blockquote:before {
	font-size : 20px;
	content:"\f10d";
	font-family:'FontAwesome';
	float : left;
	margin-right : 10px;
}
p.np {
	margin-top : 40px;
}
a {
	color : #4B4C4D;
}
a:hover {
	color : #191A1A;
}
p a {
	text-decoration : underline;
	color : #e7402f;
}
p a:hover {
	text-decoration : none;
}
.button {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;    
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
	text-decoration : none!important;
}
.button.medium {
	padding:14px 25px;
	margin-right:10px;
	font-size : 16px;
}
.button.small {
	padding:10px 15px;
	margin-right:30px;
	font-size : 14px;
}
.button.normal {
	background:#f1f1f1;
	color:#5a5c5d;
}
.button.color {
	color:#fff;
	background:#e7402f;
}
.button:hover {
	background-color : #272727;
	background:rgba(0, 0, 0, 0.5);
}
img {
	margin-bottom : 20px;
}
p img {
	margin-right : 3%;
	max-width : 33%!important;
	float : left;
	margin-top : 6px;
}
img.fl-right {
	margin-left : 3%;
	max-width : 33%!important;
}
p+ul, p+ol {
	margin-top : 20px;
}	
ul+p, ol+p {
	margin-top : 20px;
}
.articlebody ol ol, .articlebody ul ul {
	margin-top : 15px;
	margin-left : 14px;
}
.articlebody li {
	margin-bottom : 15px;
	margin-left : 20px;
}
.articlebody ul li {
	list-style : disc outside;
}
.articlebody ol li {
	list-style : decimal outside;
}

/*-- header -----------------------------*/

#header{
	
}
#header [class*="col-"] {
	margin-bottom : 0px;
}
#top-social {
	background-color : #4B4C4D;
	padding : 15px 0;
	font-size : 13px;
}
#top-social i {
	font-size : 16px;
}
#top-social span i {
	margin-right:5px;
}
#top-social a {
	color : #d7d7d7;
	margin-left : 5px;
}
#top-social a:hover {
	color : White;
}
#top-social span {
	color : #d7d7d7;
	margin-right : 15px;
}
#top-social a i {
	padding : 3px 2px;
	border-radius: 2px;
	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
#top-social a:hover i {
	background-color : White;
}
a:hover .icon-twitter {
	color : #00ACF2;
}
a:hover .icon-facebook {
	color : #3E578D;
}
a:hover .icon-odnoklassniki {
	color : #F58220;
}
a:hover .icon-vk {
	color : #5C82AB;
}
a:hover .icon-instagram {
	color : #305E7D;
}
a:hover .icon-gplus {
	color : #DD4C39;
}
a:hover .icon-linkedin {
	color : #0177B5;
}
a:hover .icon-tumblr {
	color : #344F6C;
}
a:hover .icon-youtube {
	color : #BC1E2C;
}
a:hover .icon-vimeo {
	color : #1BB6EC;
}
a:hover .icon-github {
	color : #2A2A2A;
}
a:hover .icon-pinterest {
	color : #CD1F29;
}
a:hover .icon-delicious {
	color : #0000FE;
}
a:hover .icon-android {
	color : #A6C939;
}
a:hover .icon-picasa {
	color : #A35CB8;
}
a:hover .icon-rss {
	color : #ED7321;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

.rss {
	display : none;
}
}

.logo {
	margin: 25px 0;
}

.logo a {
	font: 28px/45px Arial, Helvetica, sans-serif;
	color: #4c4d4e;
	display: inline-block;
}

.logo a .highlight {
    color: #e7402f !important;
}

.copyright a .highlight {
    color: #e7402f !important;
}
.sitename .highlight {
    color: #e7402f !important;
}

/*--- navigation --*/

nav {
	background-color : White;
}
#navigation ul {
	text-align : right;
}
#navigation ul li {
	position:relative;
	list-style:none;
	display:inline-block;
	height : 96px;
	width : auto;
}
#navigation ul li a { 
	display: inline-block;
	color : #4B4C4D;
	text-transform : uppercase;
	font-size : 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top:4px solid #4b4c4d;
	padding : 0px 15px;
	line-height : 96px;
	position : relative;
	top : -4px;
}
#navigation ul li a:hover, #navigation ul li:hover a, #navigation .current a, #navigation .currentpath a {
	border-top:4px solid #e7402f;
}

/* -- page title ----------------------------------------*/

#page-title {
	background-color : #e7402f;
	color : White;
	margin-bottom : 40px;
	padding : 30px 0px 35px;
}
#page-title .col-12{
	margin-bottom : 0px;
}

/*-- content -------------------------------------------*/

#content {
	margin-bottom : 30px;
}
.article {
	padding-right : 20px;
}
    .rounded-image {
        border-radius: 10px; /* Скругление углов */
}
/* -- table ------------------------------------------------*/
/*
.article table {
	display : table;
	width : 100%!important;
	margin-bottom : 20px;
	height : auto!important;
	background-color : #e7402f;
}
.article table caption {
	margin-bottom : 10px;
	font-size : 16px;
}
.article th, .article td {
	border-collapse : collapse;
	padding : 8px 15px;
	text-align : center;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	border : 1px solid #ffffff;
}
.article th {
	font-weight : bold;
	color : #ffffff;
}
.article th:nth-child(1) {
	text-align : left;
}
.article td:nth-child(1) {
	text-align : left;
}
.article td {
	background-color : #D5D5D5;
	background-color: rgba(255, 255, 255, 0.8);
}
.article tr:hover td {
	background-color : #EDEDED;
	background-color: rgba(255, 255, 255, 0.85);
	color : Black;
}
*/

/* --- Основные стили для формы -------------------------------*/

form {
    width: auto!important;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="datetime-local"], /* Стили для datetime-local */
select {
    width: 100%!important;
    max-width: 100%!important;
    height: 40px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #DADADA;
    border-radius: 3px;
    font-size: 14px;
}

textarea {
    height: 120px;
    resize: vertical;
}

input[type="text"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="datetime-local"]:focus, /* Focus для datetime-local */
select:focus {
    border: 1px solid #A6A6A6;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

/* --- Стили для кнопки отправки формы ------------------------------- */

input[type="submit"],
button[type="submit"] {
    padding: 10px 15px;
    display: inline-block;
    border: none;
    font-weight: bold;
    cursor: pointer;
    background-color: #e7402f;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background-color: #d12b27;
}

/* --- Радиокнопки и чекбоксы в стиле Bootstrap ------------------------------- */

.form-check {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
}

.form-check-input {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #DADADA;
    border-radius: 50%;
    background-color: white;
    transition: border-color 0.2s ease-in-out;
    appearance: none; /* Убираем стандартный стиль */
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-input:checked::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
}

.form-check-label {
    margin-left: 10px;
    font-weight: 500;
}

/* --- Основные стили для формы -------------------------------*/

form {
    width: auto!important;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="datetime-local"],
select {
    width: 100%!important;
    max-width: 100%!important;
    height: 40px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #DADADA;
    border-radius: 3px;
    font-size: 14px;
}

textarea {
    height: 120px;
    resize: vertical;
}

input[type="text"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="datetime-local"]:focus,
select:focus {
    border: 1px solid #A6A6A6;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

/* --- Стили для кнопки отправки формы ------------------------------- */

input[type="submit"],
button[type="submit"] {
    padding: 10px 15px;
    display: inline-block;
    border: none;
    font-weight: bold;
    cursor: pointer;
    background-color: #e7402f;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background-color: #d12b27;
}

/* --- Радиокнопки и чекбоксы в стиле Bootstrap ------------------------------- */

.form-check {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px; /* Уменьшено расстояние слева для компактности */
}

.form-check-input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #DADADA;
    border-radius: 50%;
    background-color: white;
    transition: border-color 0.2s ease-in-out;
    appearance: none;
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-input:checked::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
}

.form-check-label {
    margin-left: 5px; /* Уменьшен отступ между кнопкой и текстом */
    font-weight: 500;
    vertical-align: middle;
}

/* --- Стили для чекбоксов ------------------------------- */

input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .12s ease-in-out, border-color .08s ease-in-out;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}


/* WhatsApp Button */
.btn-whatsapp {
	display: inline-block;
	padding: 10px 20px;
	background-color: #25d366;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	margin-top: 15px;
}

.btn-whatsapp:hover {
	background-color: #20c154;
}
/* Стили для кнопки Neu berechnen */
.btn-recalculate {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff; /* Синий цвет фона */
    color: #fff; /* Белый текст */
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    margin-left: 15px; /* Отступ слева для расстояния от кнопки WhatsApp */
    transition: background-color 0.3s ease;
}

.btn-recalculate:hover {
    background-color: #0056b3; /* Темный синий при наведении */
}

/* Иконка в кнопке */
.btn-recalculate i {
    margin-right: 8px; /* Отступ иконки от текста */
}

/*-- sidebar -------------------------------------------*/

#sidebar p {
	margin-bottom : 0px;
}
#sidebar h3 {
  	font-size : 22px;
  	line-height : 32px;
}
#sidebar .widget {
	margin-bottom : 20px;
}

/*-- footer ----------------------------------------------*/

#footer {
	background-color : #404041;
	padding : 30px 0px;
	color : #D7D7D4;
}
#footer p {
	margin-bottom : 0px;
}
#footer p+p {
	margin-bottom : 0px;
	margin-top : 20px;
}
#footer [class*="col-"] {
	margin-bottom:0;
}
#footer li+li {
	margin-top : 10px;
	border-top : 1px dashed #5B5B5B;
	padding-top:10px;
}
#footer li a {
	display : block;
	padding-left : 12px;
}
#footer li a:before {
	font-family:'FontAwesome';
	content : "\f100";
	position : relative;
	left : -10px;
}
#footer a {
	color : #D7D7D4;
}
#footer a:hover {
	text-decoration : none;
	color : White;
}
#footer .vfi {
	border : 1px solid #5B5B5B;
	padding : 5px;
}
#footer .mapWrapper {
  padding-bottom:34%;
}

/* -- copy --------------------------------------*/

#copy {
	padding : 20px 0px 5px;
	background-color : #383838;
	color : #D7D7D4;
}
#copy [class*="col-"] {
	margin-bottom:0;
}
#copy a {
	color : #D7D7D4;
}
#copy a:hover {
	color : White;
	text-decoration : underline;
}
#copy img {
	opacity:0.5;
	margin :0;
	padding : 0;
	position : relative;
	top : -5px;
}
#copy img:hover {
	opacity:0.9;
}
#cms {
	margin-left : 10px;
	margin-right : auto;
	width : 31px;
	height : 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position : relative;
	display : inline-block;
	top:-5px;
	right : 0px;
	background-color : #272727;
}
#cms a {
	display : block;
	width : 20px;
	text-transform : uppercase;
	height : 20px;
	line-height : 20px;
	text-align : center;
	font-size : 9px;
	position : absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration : none;
	color : #CCCCCC;
}
#cms .gs {
	left : -1px;
	top : -1px;
	background-color : #171717;
}
#cms .ru {
	bottom :-1px;
	right : -1px;
	background-color : #363636;
}
#cms a:hover {
	color : #242424;
	background-color : #EFEFEF;
	text-decoration : none;
}

/* --- go to top ------------------------------- */

#gotoTop {
    display: none;
    position: fixed;
    z-index: 150;
    top: 80%;
    right: 1%;
    width: 32px;
    height: 32px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;    
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    text-align : center;
    line-height : 30px;
    font-size : 28px;
	color : #404040;
	background : #D2D7D7;
}
#gotoTop:hover {
	background : #C62020;
	color : White;
}
#preis {
    text-align: right;
}
/* Стили для формы */


/* Стили для кнопки WhatsApp */
.btn-whatsapp {
    display: inline-block;
    padding: 10px 20px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 15px;
}

.btn-whatsapp:hover {
    background-color: #20c154;
}
