@font-face {
	font-family: 'PorscheNextTT-Regular';
	src: url('../fonts/PorscheNextTT-Regular.eot');
	src: local('☺'), url('../fonts/PorscheNextTT-Regular.woff') format('woff'), url('../fonts/PorscheNextTT-Regular.ttf') format('truetype'), url('../fonts/PorscheNextTT-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PorscheNextTT-Bold';
	src: url('../fonts/PorscheNextTT-Bold.eot');
	src: local('☺'), url('../fonts/PorscheNextTT-Bold.woff') format('woff'), url('../fonts/PorscheNextTT-Bold.ttf') format('truetype'), url('../fonts/PorscheNextTT-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    color: #333333 ;
    font-family: 'PorscheNextTT-Regular', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, button, input, optgroup, select, textarea {
    font-family: 'PorscheNextTT-Bold', sans-serif;
    color: #d5001c;
}

a,
a:visited,
a:active {
    color: #d5001c;
}

a:hover {
    text-decoration: underline;
}

.piros {
    color: #d5001c;
}

.leftCol {
    padding: 0;
    background-image: url(/img/pia30.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    background-color: #324970
}

@media (min-width: 992px) { 
    .leftCol {
	background-size: contain;
	min-height: 100vh;
    }
}

/*
Form
*/
.btn-pohu-submit, .btn-pohu-submit:hover {
    background-color: #d5001c;
    color: white;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    max-width: 400px;
}

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

.rightCol {
    padding: 30px 20px;
}

@media (min-width: 992px) { 
    .rightCol {
	padding: 30px 80px;
    }
}

.picCol {
  min-height: 250px;
}

@media (min-width: 768px) {
  .picCol {
    min-height: 100vh;
  }
}