/*
Theme Name: LeoRia Master
Description: Child theme for Basic theme
Author: LeoRia
Author URI: https://leoria.de
Template: uncode
Version: 1.0.7
Text Domain: uncode
*/

.btn-senden {
	font-size: 14px;
	padding: 8px 20px!important;
    float: right;
}

footer .divider-wrapper {
	margin-top: 20px!important;
}

.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    color: #000!important;
}


/*### BEGIN OF MEDIA QUERIES ###*/


@media screen and (min-width: 1700px) {
	.art-agent-section {
		margin-bottom: -24rem!important;
	}
	
}

@media screen and (max-width: 1699px) {
	.art-agent-section {
		margin-bottom: -25rem!important;
	}
}

@media screen and (min-width: 1441px) {
	.footer-contact-form {
		margin-bottom: -11.1%!important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
	.footer-contact-form {
		margin-bottom: -9.6%!important;
	}
}

@media screen and (min-width: 961px) and (max-width: 1199px) {
	.footer-contact-form {
    	margin-bottom: -11.1%!important;
	}
}

@media screen and (min-width: 960px) {
	textarea.wpcf7-form-control.wpcf7-textarea {
		min-height: 210px;
	}
	.georg-hard-carosoul {
		margin-left: 10%;
	}
}

@media screen and (max-width: 959px) {
	.footer-contact-form {
    	margin-bottom: -10.6%!important;
	}
		.art-agent-section {
		margin-bottom: 50px!important;
	}
}

@media screen and (min-width: 426px) and (max-width: 768px) {
	.footer-contact-form {
    	margin-bottom: -12.6%!important;
	}
}

@media screen and (max-width: 425px) {
	.footer-contact-form {
    	margin-bottom: -18%!important
	}
}

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

