/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.tel:hover { color: #4dbeff; }
.emailtop:hover { color: #4dbeff; }

/* Mobile Menue */
.mobile-only {
  display: none;
}

@media (max-width: 991px) {
  .mobile-only {
    display: block;
  }
}

/* toggle x nach rechts verschieben */
@media (max-width: 1279px) {
    #brxe-kgbqar .brxe-toggle {
        display: inline-flex;
        justify-content: flex-end;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    #navmobil .brxe-toggle {
        display: inline-flex;
        justify-content: flex-end;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    #navmobil .brxe-toggle {
        display: inline-flex;
        justify-content: flex-end;
        margin-left: auto;
		border: none;
    }
}

@media (max-width: 478px {
	#brxe-oexdlp {
		border: none;
	}
}


