/*
	Theme Name: Terranova Theme Child
	Theme URI: https://terranova-werbung.de
	Author: Donald Punk
	Author URI: https://terranova-werbung.de
	Description: Child-Theme des Terranova Theme
	Tags: Blank, HTML5, CSS3
	Version: 1.0.1
	Template: terranovadesign
	Text Domain: terranovadesign-child
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {background-color:#000000;}

h2 {text-transform:uppercase;}

li {list-style-type: none;}

.wrapper a {
    transition: border-bottom-color 0.25s ease-in-out;
    text-decoration: none;
    border-bottom: dotted 1px !important;
}

.wrapper a:hover {border-bottom-color: transparent !important;}


	/* Stelle sicher, dass der Button immer rechts unten bleibt */

.contact-button-desktop {display:none;}
.contact-button-mobile {
	display:block;
	z-index: 9999999;
	width:100%;
	position:fixed;
	bottom:0;}
	
.contact-button-mobile {
left:0;
}

.contact-button-mobile button {
border-radius:0px;
}	
	
.contact-button-mobile a {
	float:left;
	width:50%;
}

.sticky-button {
	width:100%; 
	display:inline-block;
	z-index: 9999999;
	background-color:#339900;
	border:1px solid #336600;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:17px;
	padding:16px;
	text-decoration:none;
	text-shadow:0px 1px 13px #5c5c5c;
	transition: 0.3s;
		line-height:0;

	}
	
	.sticky-button:hover {
	background-color:#000000;
	color:#fff;
  box-shadow: inset 0 0 0 2px #339900;
}

.sticky-button i {
width: 40px;
    font-size: 1.5em;
    text-align: left;
}

@media (max-width: 767px){
h1 {font-size: 5rem !important;}
}

@media (min-width: 768px){
	
.contact-button-desktop {display:block;}
.contact-button-mobile {display:none;}
	
.sticky-button {
	position: fixed;
    right: 0px;
    z-index: 9999999;
	-webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.7);
	background-color:#339900;
	border:0px;
	border-radius:10px 0 0 10px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:17px;
	padding:16px;
	width:55px;
	text-decoration:none;
	text-shadow:0px 1px 13px #5c5c5c;
	transition: 0.3s;
}
.sticky-button:hover {
	background-color:#000000;
	color:#fff;
}

.sticky-button i {
width: 40px;
    font-size: 1.5em;
    text-align: left;
}

#sticky-button-mail {
	    bottom: 90px;
}

#sticky-button-tel {    
		bottom: 20px;
}
}


