@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
@import url('https://fonts.googleapis.com/css?family=Mukta:700');

:root {
    --overlay-color: rgba(42, 34, 47, 0.85);
	--menu-speed: 0.75s;
	--menu-color: rgb(255, 255, 255);

}

a:link    {color:#000;}  /* unvisited link  */
a:visited {color:#000;}  /* visited link    */
a:hover   {color:#000;}  /* mouse over link */
a:active  {color:#000;}  /* selected link   */ 

*{
    padding: 0;
    margin: 0;
    font-family: Open Sans;
    box-sizing: border-box;
    &::before, &::after {
    box-sizing: border-box;
	}
}
.page-wrap{
	padding:0 0 0;
    background-color: #000;

}

.grid {
	min-height: 75vh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
	overflow: hidden;
}

.column{
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}

.resize_fit_center {
	display: block;
	transition: 500ms;
	overflow: hidden;
}

.main_page_section{
background-color:linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);
display: inline-block;
}

#mastiff_column{
	background-image: url('../image/front-page_left.png');
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	}

#sennenhund_column{
	background-image: url('../image/front-page_right.jpg');
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.column_title{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:10 ;
}

.column_title > div{
    position: absolute;
    display:inline-block;
    bottom:10%;
    left:10%;

} 

.column_title > div > p{
	text-align: center;
	font-size: 3rem;
	color: #fff;
}

#sennenhund_column:hover,#mastiff_column:hover{
opacity: 80% ;
transition: 500ms;
}

.grid_selection_dog_nametag{
	position: absolute;
}

.grid_selection_dog_nametag > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.grid_selection_dog_nametag > div > p{
	text-decoration: none;
	text-align: center;
	font-size: 3rem;
	height: 100%;
	color: aliceblue;
}

 /* BTN */

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.weiter {
  width: 12rem;
  height: auto;
}
button.weiter .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
button.weiter .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.weiter .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.weiter .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.weiter .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}





 /*  FOOTER */

.footer-distributed{
	background-color: #1fc8db;
	background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
    padding: 55px 50px;
	position: relative;
	z-index: 98;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

.footer-distributed h3{
	color:  #33383b;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  yellow;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #33383b;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  	font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  yellow;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-right i{
	background-color:  #1b1f22;
	color: #000000;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-right a{
		text-decoration: none;
		color:#000000;
}

.footer-distributed .footer-right i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-right p{
	display: inline-block;
	color: #000000;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-right p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-right p a{
	color: black;
	text-decoration: none;
}

.footer-distributed .footer-left a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #33383b;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-right .link-1:before {
  content: none;
}

.footer-distributed .footer-center{
	width: 35%;
}

@media (max-width: 1450px){
	.column_title > div > p{
	font-size: 2.6rem;
}
}

@media (max-width: 880px){

	.footer-distributed{
		font: bold 14px sans-serif;
	}
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.column_title > div > p{
	font-size: 2.2rem;
}
}

@media only screen and (max-width: 710px){

	.grid {
		display: grid;
		grid-template-rows: repeat(0.3fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px; 
		overflow: hidden;
	}
	
	#masstif_column{
		background-image: url('../image/front-page_left.png');
	}
	
	#sennenhund_column{
		background-image: url('../image/front-page_mobil_sennenhund.png');
	}
	.column_title > div > p{
	font-size: 1.9rem;
}

}

@media only screen and (max-width: 650px){

	.grid{
	min-height: 100vh;;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 0.5fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
	}

	.column_title{
		position: absolute;
		display: table;
		width: 100%;
		height: 100%;
		margin-top: 0px;
	}

	.column_title > div > p{
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		font-size: 1.5rem;
	}

}


@media only screen and (max-width: 350px){

	.grid {
		min-height: 80vh;
	}
	
	#masstif_column{
		background-image: url('../image/front-page_mobil_mastiff.png');
	}
	
	#sennenhund_column{
		background-image: url('../image/front-page_mobil_sennenhund.png');
	}

	.column_title > div > p{
		font-size: 1.2rem;
	}

}



