/*

Theme Name:     Kubiss

Theme URI:      https://www.amon.de

Description:    Kubiss Theme

Author:         Roland Amon

Author URI:     https://www.amon.de

Version:        1.0.0

*/





/* =Theme customization starts here

------------------------------------------------------- */



/*



Hier kommen nur Aenderungen rein, die das Divi-Theme veraendern, nichts neues



*/



@font-face {

	font-family: "Engschrift DIN D";

	src: url("/wp-content/themes/Kubiss/fonts/DIN 1451 Std Engschrift.otf") format("opentype");

}

body {

	font-family: "Arial",sans-serif;

	overflow-y: scroll;

	font-size: 1em;

	line-height: 1.375em;

	color: #000000;

}

h1,h2,h3,h4,h5,h6 {

	font-family: "Engschrift DIN D";

	color: #3f555f;

}

h1 {

	font-size: 3em;

	margin-bottom: 20px;

}

.gutter-sizer { width: 1%; }



.col-3 {

	max-width: 24%;

}

.col-6 {

	max-width: 49%;

}


@media only screen and ( max-width: 991px ) {

	.col-3 {

		max-width: 49%;

	}

	.col-6 {

		max-width: 100%;

	}

	.gutter-sizer { width: 1.5%; }



	.kubiss_block_1 {

		order: 1;

	}

	.kubiss_block_1 .mb-2 {

		display: none;

	}

	.kubiss_content_box {

		max-width: 100%;

	}

	.kubiss_block_2 {

		order: 2;

	}

	.kubiss_block_3 {

		order: 3;

		margin-top: 4%;

	}



}

@media only screen and ( max-width: 767px ) {

}